hydromodpy.results.lazy_loaders#
Lazy loaders for the per-simulation Parquet and Zarr stores.
Returns#
polars.LazyFrame for tabular Parquet views, pa.dataset.Dataset
for per-field Zarr stores. Both are constructed without pulling row data, so a
cohort scan can be planned (filters, projections) before any byte is read.
These accessors fill the ML-friendly gap pointed out in
reports_db/04_parquet_tabular.md §R08. The previous catalog API only
exposed eager pandas.DataFrame results, which is OOM-prone on large
workspaces.
Functions
|
Yield every Parquet payload under |
|
Return every per-simulation Zarr store path. |
|
Return existing |
|
Return a |
|
Return a polars |
|
Return a polars |