We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e324f commit dc315eeCopy full SHA for dc315ee
pandas/_libs/tslibs/period.pyx
@@ -2140,6 +2140,12 @@ cdef class _Period(PeriodMixin):
2140
"""
2141
Get day of the month that a Period falls on.
2142
2143
+ The `day` property provides a simple way to access the day component
2144
+ of a `Period` object, which represents time spans in various frequencies
2145
+ (e.g., daily, hourly, monthly). If the period's frequency does not include
2146
+ a day component (e.g., yearly or quarterly periods), the returned day
2147
+ corresponds to the first day of that period.
2148
+
2149
Returns
2150
-------
2151
int
0 commit comments