pandas.Period.day — pandas 0.24.2 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
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