DatetimeIndex.is_year_end Logical indicating if last day of year (defined by frequency)
DatetimeIndex.tolist()
DatetimeIndex.dayofweek The day of the week with Monday=0, Sunday=6
DatetimeIndex.ndim return the number of dimensions of the underlying data, by definition 1
DatetimeIndex.tzinfo Alias for tz attribute
DatetimeIndex.values return the underlying data as an ndarray
DatetimeIndex.to_native_types(slicer=None, **kwargs)
DatetimeIndex.is_monotonic_decreasing return if the index is monotonic decreasing (only equal
DatetimeIndex.weekday_name The name of day in a week (ex: Friday)
DatetimeIndex.fillna(value=None, downcast=None)
Page 3 of 16