CategoricalIndex.shape
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.shape return a tuple of the shape of the underlying data

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

CategoricalIndex.is_monotonic_increasing return if the index is monotonic increasing (only

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

CategoricalIndex.is_categorical()

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

CategoricalIndex.str()

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

CategoricalIndex.set_categories(*args, **kwargs)

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

CategoricalIndex.remove_unused_categories(*args, **kwargs)

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

CategoricalIndex.max(*args, **kwargs)

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

CategoricalIndex.itemsize return the size of the dtype of the item of the underlying data

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

CategoricalIndex.ordered

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

CategoricalIndex.base return the base object if the memory of the underlying data is shared

2025-01-10 15:47:30