Skip to content

Commit 3a1fb6a

Browse files
DOC: Update docstring for Index.from_variables() (#11256)
1 parent bf8da57 commit 3a1fb6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xarray/core/indexes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ def from_variables(
8383
variables : dict-like
8484
Mapping of :py:class:`Variable` objects holding the coordinate labels
8585
to index.
86+
options : dict-like
87+
Keyword arguments passed to this constructor. Propagated from
88+
the ``**options`` argument of :py:meth:`xarray.DataArray.set_xindex`
89+
or :py:meth:`xarray.Dataset.set_xindex`.
8690

8791
Returns
8892
-------

0 commit comments

Comments
 (0)