Skip to content

Commit a33ef46

Browse files
Update docstring to include read_kwargs/read_csv_kwargs & point links at the right functions
1 parent 8bab7d7 commit a33ef46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

intake_esm/core.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ class esm_datastore(Catalog):
5151
Registry of derived variables to use, by default None. If not provided, uses the default registry.
5252
read_kwargs : dict, optional
5353
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
5555
parquet format.
56+
read_csv_kwargs : dict, optional
57+
Deprecated alias for `read_kwargs`.
5658
columns_with_iterables : list of str, optional
5759
A list of columns in the csv file containing iterables. Values in columns specified here will be
5860
converted with `ast.literal_eval` when :py:func:`~pandas.read_csv` is called (i.e., this is a

0 commit comments

Comments
 (0)