pandas.Period.day — pandas 1.0.1 documentation (original) (raw)

Period. day

Get day of the month that a Period falls on.

Returns

int

Examples

p = pd.Period("2018-03-11", freq='H') p.day 11