Index.itemsize return the size of the dtype of the item of the underlying data
Index.is_object() [source]
Index.is_type_compatible(kind) [source]
Index.is_unique = None
Index.is_numeric() [source]
Index.is_monotonic_increasing return if the index is monotonic increasing (only equal or increasing) values.
Index.is_monotonic_decreasing return if the index is monotonic decreasing (only equal or decreasing) values.
Index.is_monotonic alias for is_monotonic_increasing (deprecated)
Index.is_lexsorted_for_tuple(tup) [source]
Index.is_mixed() [source]
Page 112 of 178