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 bf8da57 commit 3a1fb6aCopy full SHA for 3a1fb6a
xarray/core/indexes.py
@@ -83,6 +83,10 @@ def from_variables(
83
variables : dict-like
84
Mapping of :py:class:`Variable` objects holding the coordinate labels
85
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`.
90
91
Returns
92
-------
0 commit comments