TimedeltaIndex.seconds
  • References/Python/Pandas/API Reference/TimedeltaIndex

TimedeltaIndex.seconds Number of seconds (>= 0 and less than 1 day) for each element.

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

TimedeltaIndex.identical(other)

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

TimedeltaIndex.strides return the strides of the underlying data

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

TimedeltaIndex.values return the underlying data as an ndarray

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

TimedeltaIndex.reshape(*args, **kwargs)

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

TimedeltaIndex.round(freq, *args, **kwargs)

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

TimedeltaIndex.asobject return object Index which contains boxed values this is an internal non-public

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

TimedeltaIndex.microseconds Number of microseconds (>= 0 and less than 1 second) for each element.

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

TimedeltaIndex.factorize(sort=False, na_sentinel=-1)

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

TimedeltaIndex.freq = None

2025-01-10 15:47:30