DatetimeIndex.holds_integer()

DatetimeIndex.holds_integer() [source]

CategoricalIndex.is_integer()

CategoricalIndex.is_integer() [source]

Panel.to_json()

Panel.to_json(path_or_buf=None, orient=None, date_format='epoch', double_precision=10, force_ascii=True, date_unit='ms', default_handler=None, lines=False) [source] Convert the object to a JSON string. Note NaN?s and None will be converted to null and datetime objects will be converted to UNIX timestamps. Parameters: path_or_buf : the path or buffer to write the result string if this is None, return a StringIO of the converted string orient : string Seriesdefault is ?index? allowed valu

CategoricalIndex.is_monotonic

CategoricalIndex.is_monotonic alias for is_monotonic_increasing (deprecated)

MultiIndex.lexsort_depth

MultiIndex.lexsort_depth = None

TimedeltaIndex.get_values()

TimedeltaIndex.get_values() [source] return the underlying data as an ndarray

CategoricalIndex.values

CategoricalIndex.values return the underlying data, which is a Categorical

CategoricalIndex.is_boolean()

CategoricalIndex.is_boolean() [source]

Series.loc

Series.loc Purely label-location based indexer for selection by label. .loc[] is primarily label based, but may also be used with a boolean array. Allowed inputs are: A single label, e.g. 5 or 'a', (note that 5 is interpreted as a label of the index, and never as an integer position along the index). A list or array of labels, e.g. ['a', 'b', 'c']. A slice object with labels, e.g. 'a':'f' (note that contrary to usual python slices, both the start and the stop are included!). A boolean array

DatetimeIndex.is_all_dates

DatetimeIndex.is_all_dates