xarray.indexes.Index
xarray.indexes.Index#
- class xarray.indexes.Index[source]#
Base class inherited by all xarray-compatible indexes.
Do not use this class directly for creating index objects.
- __init__()#
Methods
__init__()concat(indexes, dim[, positions])copy([deep])create_variables([variables])equals(other)from_variables(variables, *, options)isel(indexers)join(other[, how])reindex_like(other)rename(name_dict, dims_dict)roll(shifts)sel(labels)stack(variables, dim)to_pandas_index()Cast this xarray index to a pandas.Index object or raise a TypeError if this is not supported.
unstack()