Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions xarray/core/indexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ def from_variables(
variables : dict-like
Mapping of :py:class:`Variable` objects holding the coordinate labels
to index.
options : dict-like
Keyword arguments passed to this constructor. Propagated from
the ``**options`` argument of :py:meth:`xarray.DataArray.set_xindex`
or :py:meth:`xarray.Dataset.set_xindex`.

Returns
-------
Expand Down
Loading