Skip to content

Commit 37f3aab

Browse files
committed
feedback
1 parent 3f56b19 commit 37f3aab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pandas/core/arrays/period.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ class PeriodArray(PeriodMixin, dtl.DatelikeOps):
6868
Pandas ExtensionArray for storing Period data.
6969
7070
Users should use :func:`period_range` to create new instances.
71+
Alternatively, :func:`array` can be used to create new instances
72+
from a sequence of Period scalars.
7173
7274
Parameters
7375
----------
@@ -97,8 +99,10 @@ class PeriodArray(PeriodMixin, dtl.DatelikeOps):
9799
98100
See Also
99101
--------
100-
period_range: Create a fixed-frequency PeriodArray.
102+
Period: Represents a period of time.
101103
PeriodIndex : Immutable Index for period data.
104+
period_range: Create a fixed-frequency PeriodArray.
105+
array: Construct a pandas array.
102106
103107
Notes
104108
-----

0 commit comments

Comments
 (0)