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 54fa3da commit 7de886bCopy full SHA for 7de886b
pandas/core/arrays/period.py
@@ -67,7 +67,7 @@ class PeriodArray(PeriodMixin, dtl.DatelikeOps):
67
"""
68
Pandas ExtensionArray for storing Period data.
69
70
- Users should use :func:`period_array` to create new instances.
+ Users should use :func:`period_range` to create new instances.
71
72
Parameters
73
----------
@@ -97,7 +97,7 @@ class PeriodArray(PeriodMixin, dtl.DatelikeOps):
97
98
See Also
99
--------
100
- period_array : Create a new PeriodArray.
+ period_range: Create a fixed-frequency PeriodArray.
101
PeriodIndex : Immutable Index for period data.
102
103
Notes
0 commit comments