Period.day Get day of the month that a Period falls on.
| Returns: |
|
|---|
See also
Period.dayofweek
Period.dayofyear
>>> p = pd.Period("2018-03-11", freq='H')
>>> p.day
11
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.25.0/reference/api/pandas.Period.day.html