hydromodpy.core.io.filesystem#

Filesystem utilities (directory creation, CSV loading).

Functions

create_folder(path)

Create directory tree if it does not already exist.

load_csv(file_path)

Load a CSV file into a DataFrame.

native_io_path(path)

Return a filesystem path string suitable for lower-level IO libraries.