DatetimeIndex.strides return the strides of the underlying data
DatetimeIndex.weekofyear The week ordinal of the year
DatetimeIndex.sort_values(return_indexer=False, ascending=True)
DatetimeIndex.equals(other)
DatetimeIndex.view(cls=None)
DatetimeIndex.names
DatetimeIndex.min(axis=None, *args, **kwargs)
DatetimeIndex.T return the transpose, which is by definition self
DatetimeIndex.argsort(*args, **kwargs)
DatetimeIndex.is_leap_year Logical indicating if the date belongs to a leap year
Page 14 of 16