Series.repeat(reps, *args, **kwargs)
Series.dt.dayofyear The ordinal day of the year
Series.str.decode(encoding, errors='strict')
Series.dt.seconds Number of seconds (>= 0 and less than 1 day) for each element.
Series.dt.nanosecond The nanoseconds of the datetime
Series.cat.as_ordered(*args, **kwargs)
Series.dt.dayofweek The day of the week with Monday=0, Sunday=6
Series.cat.categories The categories of this categorical. Setting assigns new values to each category
Series.str.isnumeric()
Series.cat.rename_categories(*args, **kwargs)
Page 14 of 36