You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/timeseries.rst
+1
Original file line number
Diff line number
Diff line change
@@ -523,6 +523,7 @@ There are several time/date properties that one can access from ``Timestamp`` or
523
523
is_quarter_end,"Logical indicating if last day of quarter (defined by frequency)"
524
524
is_year_start,"Logical indicating if first day of year (defined by frequency)"
525
525
is_year_end,"Logical indicating if last day of year (defined by frequency)"
526
+
weekday_name,"The name of day in a week (ex: Friday)"
526
527
527
528
Furthermore, if you have a ``Series`` with datetimelike values, then you can access these properties via the ``.dt`` accessor, see the :ref:`docs <basics.dt_accessors>`
0 commit comments