DatetimeIndex.is_year_end
  • References/Python/Pandas/API Reference/DatetimeIndex

DatetimeIndex.is_year_end Logical indicating if last day of year (defined by frequency)

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

DatetimeIndex.resolution = None

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

DatetimeIndex.is_monotonic alias for is_monotonic_increasing (deprecated)

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

DatetimeIndex.ravel(order='C')

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

DatetimeIndex.size return the number of elements in the underlying data

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

DatetimeIndex.floor(freq)

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

DatetimeIndex.is_type_compatible(typ)

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

DatetimeIndex.is_mixed()

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

DatetimeIndex.base return the base object if the memory of the underlying data is shared

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

DatetimeIndex.is_quarter_start Logical indicating if first day of quarter (defined by frequency)

2025-01-10 15:47:30