modin.pandas.Series.dt.isocalendar¶
- Series.dt.isocalendar[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.23.0/../../../../../opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/modin/pandas/series_utils.py#L785-L788)¶
Calculate year, week, and day according to the ISO 8601 standard.
- Returns:
With columns year, week, and day.
- Return type:
Examples