Skip to content

Commit f44a83a

Browse files
committed
Merge pull request #11486 from emilydolson/days_in_month-docs
Fix #10770 by adding days_in_month to docs
2 parents c3771fa + 9a61c2b commit f44a83a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/timeseries.rst

+1
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ There are several time/date properties that one can access from ``Timestamp`` or
484484
dayofweek,"The day of the week with Monday=0, Sunday=6"
485485
weekday,"The day of the week with Monday=0, Sunday=6"
486486
quarter,"Quarter of the date: Jan=Mar = 1, Apr-Jun = 2, etc."
487+
days_in_month,"The number of days in the month of the datetime"
487488
is_month_start,"Logical indicating if first day of month (defined by frequency)"
488489
is_month_end,"Logical indicating if last day of month (defined by frequency)"
489490
is_quarter_start,"Logical indicating if first day of quarter (defined by frequency)"

0 commit comments

Comments
 (0)