class pandas.CategoricalIndex
CategoricalIndex.ravel(order='C')
CategoricalIndex.union(other)
CategoricalIndex.format(name=False, formatter=None, **kwargs)
DatetimeIndex.ravel(order='C')
Series.dt.hour The hours of the datetime
TimedeltaIndex.equals(other)
DatetimeIndex.size return the number of elements in the underlying data
DatetimeIndex.base return the base object if the memory of the underlying data is shared
DatetimeIndex.hour The hours of the datetime
Page 35 of 100