TimedeltaIndex.join(other, how='left', level=None, return_indexers=False) [source] See Index.join
TimedeltaIndex.itemsize return the size of the dtype of the item of the underlying data
TimedeltaIndex.item() [source] return the first element of the underlying data as a python scalar
TimedeltaIndex.is_unique = None
TimedeltaIndex.is_type_compatible(typ) [source]
TimedeltaIndex.is_object() [source]
TimedeltaIndex.is_numeric() [source]
TimedeltaIndex.is_monotonic_increasing return if the index is monotonic increasing (only equal or increasing) values.
TimedeltaIndex.is_monotonic_decreasing return if the index is monotonic decreasing (only equal or decreasing) values.
TimedeltaIndex.is_monotonic alias for is_monotonic_increasing (deprecated)
Page 7 of 178