File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,10 @@ class esm_datastore(Catalog):
51
51
Registry of derived variables to use, by default None. If not provided, uses the default registry.
52
52
read_kwargs : dict, optional
53
53
Additional keyword arguments passed through to the :py:func:`~pandas.read_csv` function, if the
54
- datastore is saved in csv format, or :py:func:`~pandas.read_parquet ` if the datastore is saved in
54
+ datastore is saved in csv format, or :py:func:`~polars.scan_parquet ` if the datastore is saved in
55
55
parquet format.
56
+ read_csv_kwargs : dict, optional
57
+ Deprecated alias for `read_kwargs`.
56
58
columns_with_iterables : list of str, optional
57
59
A list of columns in the csv file containing iterables. Values in columns specified here will be
58
60
converted with `ast.literal_eval` when :py:func:`~pandas.read_csv` is called (i.e., this is a
You can’t perform that action at this time.
0 commit comments