TimedeltaIndex.isin(values) [source] Compute boolean array of whether each index value is found in the passed set of values Parameters: values : set or sequence of values Returns: is_contained : ndarray (boolean dtype)
TimedeltaIndex.inferred_freq = None
TimedeltaIndex.identical(other) [source] Similar to equals, but check that other comparable attributes are also equal
TimedeltaIndex.inferred_type
TimedeltaIndex.holds_integer() [source]
TimedeltaIndex.has_duplicates
TimedeltaIndex.groupby(values) [source] Group the index labels by a given array of values. Parameters: values : array Values used to determine the groups. Returns: groups : dict {group name -> group labels}
TimedeltaIndex.get_value_maybe_box(series, key) [source]
TimedeltaIndex.hasnans = None
TimedeltaIndex.get_value(series, key) [source] Fast lookup of value from 1-dimensional ndarray. Only use this if you know what you?re doing
Page 9 of 178