DatetimeProperties 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.

DatetimeProperties (Series.dt)

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

Notes for current implementation

date

Y

time

N

timetz

N

year

Y

month

Y

day

Y

hour

Y

minute

Y

second

Y

microsecond

N

nanosecond

N

day_of_week

N

week

N

weekofyear

N

dayofweek

N

weekday

N

dayofyear

N

day_of_year

N

quarter

Y

is_month_start

N

is_month_end

N

is_quarter_start

N

is_quarter_end

N

is_year_start

N

is_year_end

N

is_leap_year

N

daysinmonth

N

days_in_month

N

tz

N

freq

N

to_period

N

to_pydatetime

N

tz_localize

N

tz_convert

N

normalize

N

strftime

N

round

N

floor

N

ceil

N

month_name

N

day_name

N

total_seconds

N

to_pytimedelta

N

seconds

N

days

N

microseconds

N

nanoseconds

N

components

N

qyear

N

start_time

N

end_time

N

end_time

N

to_timestamp

N

unit

N