hydromodpy.results.importers.csv_timeseries#

Read a CSV time series file produced by hydromodpy.results.exporters.csv.

Inverse of hydromodpy.results.exporters.csv.export_csv(). Variable names present in the CSV are validated against hydromodpy.results.field_registry so unknown fields fail fast with UnknownFieldError.

Functions

import_csv_timeseries(input_path, *[, ...])

Read a time series CSV and return a typed pandas.DataFrame.