File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,9 @@ class PeriodArray(PeriodMixin, dtl.DatelikeOps):
67
67
"""
68
68
Pandas ExtensionArray for storing Period data.
69
69
70
- Users should use :func:`period_array` to create new instances.
70
+ 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.
71
73
72
74
Parameters
73
75
----------
@@ -97,8 +99,10 @@ class PeriodArray(PeriodMixin, dtl.DatelikeOps):
97
99
98
100
See Also
99
101
--------
100
- period_array : Create a new PeriodArray .
102
+ Period: Represents a period of time .
101
103
PeriodIndex : Immutable Index for period data.
104
+ period_range: Create a fixed-frequency PeriodArray.
105
+ array: Construct a pandas array.
102
106
103
107
Notes
104
108
-----
You can’t perform that action at this time.
0 commit comments