@@ -797,8 +797,6 @@ There are several time/date properties that one can access from ``Timestamp`` or
797
797
timetz,"Returns datetime.time as local time with timezone information"
798
798
dayofyear,"The ordinal day of year"
799
799
day_of_year,"The ordinal day of year"
800
- weekofyear,"The week ordinal of the year"
801
- week,"The week ordinal of the year"
802
800
dayofweek,"The number of the day of the week with Monday=0, Sunday=6"
803
801
day_of_week,"The number of the day of the week with Monday=0, Sunday=6"
804
802
weekday,"The number of the day of the week with Monday=0, Sunday=6"
@@ -812,6 +810,10 @@ There are several time/date properties that one can access from ``Timestamp`` or
812
810
is_year_end,"Logical indicating if last day of year (defined by frequency)"
813
811
is_leap_year,"Logical indicating if the date belongs to a leap year"
814
812
813
+ .. note ::
814
+
815
+ You can use ``DatetimeIndex.isocalendar().week `` to access week of year date information.
816
+
815
817
Furthermore, if you have a ``Series `` with datetimelike values, then you can
816
818
access these properties via the ``.dt `` accessor, as detailed in the section
817
819
on :ref: `.dt accessors<basics.dt_accessors> `.
0 commit comments