We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c3cd7 commit 448ea68Copy full SHA for 448ea68
intake_esm/core.py
@@ -521,7 +521,7 @@ def serialize(
521
json_dump_kwargs: dict[typing.Any, typing.Any] | None = None,
522
storage_options: dict[str, typing.Any] | None = None,
523
) -> None:
524
- """Serialize catalog to corresponding json and csv files.
+ """Serialize catalog to corresponding json and csv (or parquet) files.
525
526
Parameters
527
----------
@@ -549,7 +549,7 @@ def serialize(
549
Notes
550
-----
551
Large catalogs can result in large JSON files. To keep the JSON file size manageable, call with
552
- `catalog_type='file'` to save catalog as a separate CSV file.
+ `catalog_type='file'` to save catalog as a separate CSV/parquet file.
553
554
Examples
555
--------
0 commit comments