dask.dataframe.Series.dt.week
dask.dataframe.Series.dt.week¶
- dataframe.Series.dt.week¶
The week ordinal of the year according to the ISO 8601 standard.
This docstring was copied from pandas.core.indexes.accessors.CombinedDatetimelikeProperties.week.
Some inconsistencies with the Dask version may exist.
Deprecated since version 1.1.0.
Series.dt.weekofyear and Series.dt.week have been deprecated. Please call
Series.dt.isocalendar()
and access theweek
column instead.