pd.TimedeltaIndex supported APIsΒΆ

The following table is structured as follows: The first column contains the method name. The second column is a flag for whether or not there is an implementation in Snowpark for the method in the left column.

Note

Y stands for yes, i.e., supports distributed implementation, N stands for no and API simply errors out, P stands for partial (meaning some parameters may not be supported yet), and D stands for defaults to single node pandas execution via UDF/Sproc.

Attributes

TimedeltaIndex attribute

Snowpark implemented? (Y/N/P/D)

Notes for current implementation

days

Y

seconds

Y

microseconds

Y

nanoseconds

Y

components

N

inferred_freq

N

Methods

DataFrame method

Snowpark implemented? (Y/N/P/D)

Missing parameters

Notes for current implementation

as_unit

N

to_pytimedelta

N

round

Y

floor

Y

ceil

Y

mean

Y

total_seconds

Y