Series.dt.is_month_start Logical indicating if first day of month (defined by frequency)
Series.dt.is_month_end Logical indicating if last day of month (defined by frequency)
Series.dt.is_leap_year Logical indicating if the date belongs to a leap year
Series.dt.is_quarter_end Logical indicating if last day of quarter (defined by frequency)
Series.dt.hour The hours of the datetime
Series.dt.freq get/set the frequncy of the Index
Series.dt.days_in_month The number of days in the month New in version 0.16.0.
Series.dt.floor(*args, **kwargs) [source] floor the index to the specified freq Parameters: freq : freq string/object Returns: index of same type Raises: ValueError if the freq cannot be converted
Series.dt.daysinmonth The number of days in the month New in version 0.16.0.
Series.dt.days Number of days for each element.
Page 44 of 178