DatetimeIndex.insert(loc, item)
DatetimeIndex.is_quarter_start Logical indicating if first day of quarter (defined by frequency)
DatetimeIndex.is_floating()
DatetimeIndex.tz_convert(tz)
DatetimeIndex.astype(dtype, copy=True)
DatetimeIndex.to_series(keep_tz=False)
DatetimeIndex.microsecond The microseconds of the datetime
DatetimeIndex.indexer_at_time(time, asof=False)
DatetimeIndex.is_monotonic_increasing return if the index is monotonic increasing (only equal
DatetimeIndex.indexer_between_time(start_time, end_time, include_start=True, include_end=True)
Page 6 of 16