Series.tail(n=5)
Series.cumprod(axis=None, skipna=True, *args, **kwargs)
Series.asfreq(freq, method=None, how=None, normalize=False)
Series.eq(other, level=None, fill_value=None, axis=0)
Series.str.ljust(width, fillchar=' ')
Series.dt.components Return a dataframe of the components (days, hours, minutes, seconds, milliseconds, microseconds
Series.dt.hour The hours of the datetime
Series.dt.is_quarter_end Logical indicating if last day of quarter (defined by frequency)
Series.dt.second The seconds of the datetime
Series.dt.day The days of the datetime
Page 7 of 36