CategoricalIndex.where()
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.where(cond, other=None)

2025-01-10 15:47:30
CategoricalIndex.reshape()
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.reshape(*args, **kwargs)

2025-01-10 15:47:30
CategoricalIndex.groupby()
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.groupby(values)

2025-01-10 15:47:30
CategoricalIndex.sort_values()
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.sort_values(return_indexer=False, ascending=True)

2025-01-10 15:47:30
CategoricalIndex.take()
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.take(indices, axis=0, allow_fill=True, fill_value=None, **kwargs)

2025-01-10 15:47:30
CategoricalIndex.copy()
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.copy(name=None, deep=False, dtype=None, **kwargs)

2025-01-10 15:47:30
CategoricalIndex.is_monotonic
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.is_monotonic alias for is_monotonic_increasing (deprecated)

2025-01-10 15:47:30
CategoricalIndex.map()
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.map(mapper)

2025-01-10 15:47:30
CategoricalIndex.data
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.data return the data pointer of the underlying data

2025-01-10 15:47:30
CategoricalIndex.T
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.T return the transpose, which is by definition self

2025-01-10 15:47:30