Index.reshape(*args, **kwargs)
Index.is_boolean()
Index.slice_indexer(start=None, end=None, step=None, kind=None)
Index.to_native_types(slicer=None, **kwargs)
Index.to_datetime(dayfirst=False)
Index.is_monotonic alias for is_monotonic_increasing (deprecated)
Index.factorize(sort=False, na_sentinel=-1)
Index.is_(other)
Index.intersection(other)
Index.shift(periods=1, freq=None)
Page 1 of 11