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

CategoricalIndex.get_value(series, key)

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

CategoricalIndex.astype(dtype, copy=True)

2025-01-10 15:47:30
CategoricalIndex[source]
  • References/Python/Pandas/API Reference/CategoricalIndex

class pandas.CategoricalIndex

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

CategoricalIndex.ndim return the number of dimensions of the underlying data, by definition 1

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

CategoricalIndex.to_series(**kwargs)

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

CategoricalIndex.get_indexer_for(target, **kwargs)

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

CategoricalIndex.as_ordered(*args, **kwargs)

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

CategoricalIndex.get_loc(key, method=None)

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

CategoricalIndex.format(name=False, formatter=None, **kwargs)

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

CategoricalIndex.intersection(other)

2025-01-10 15:47:30