From 9a61c2ba661b8776e3177f412759bee50394c3e8 Mon Sep 17 00:00:00 2001 From: emilydolson Date: Fri, 30 Oct 2015 15:19:23 -0400 Subject: [PATCH] Added days_in_month to documentation --- doc/source/timeseries.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/timeseries.rst b/doc/source/timeseries.rst index 1d21f96a7d539..2bc96d1b7b1aa 100644 --- a/doc/source/timeseries.rst +++ b/doc/source/timeseries.rst @@ -484,6 +484,7 @@ There are several time/date properties that one can access from ``Timestamp`` or dayofweek,"The day of the week with Monday=0, Sunday=6" weekday,"The day of the week with Monday=0, Sunday=6" quarter,"Quarter of the date: Jan=Mar = 1, Apr-Jun = 2, etc." + days_in_month,"The number of days in the month of the datetime" is_month_start,"Logical indicating if first day of month (defined by frequency)" is_month_end,"Logical indicating if last day of month (defined by frequency)" is_quarter_start,"Logical indicating if first day of quarter (defined by frequency)"