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 eaa7ee9 commit a4652fdCopy full SHA for a4652fd
pandas/core/dtypes/dtypes.py
@@ -1103,15 +1103,15 @@ def freq(self) -> BaseOffset:
1103
"""
1104
The frequency object of this PeriodDtype.
1105
1106
+ .. deprecated:: 3.0
1107
+ Use dtype.unit instead.
1108
+
1109
The `freq` property returns the `BaseOffset` object that represents the
1110
frequency of the PeriodDtype. This frequency specifies the interval (e.g.,
1111
daily, monthly, yearly) associated with the Period type. It is essential
1112
for operations that depend on time-based calculations within a period index
1113
or series.
1114
- .. deprecated:: 3.0
- Use dtype.unit instead.
-
1115
See Also
1116
--------
1117
Period : Represents a period of time.
0 commit comments