File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
184
184
-i " pandas.io.stata.StataReader.variable_labels RT03,SA01" \
185
185
-i " pandas.io.stata.StataWriter.write_file SA01" \
186
186
-i " pandas.json_normalize RT03,SA01" \
187
- -i " pandas.period_range RT03,SA01" \
188
187
-i " pandas.plotting.andrews_curves RT03,SA01" \
189
188
-i " pandas.plotting.lag_plot RT03,SA01" \
190
189
-i " pandas.plotting.scatter_matrix PR07,SA01" \
Original file line number Diff line number Diff line change @@ -563,6 +563,14 @@ def period_range(
563
563
Returns
564
564
-------
565
565
PeriodIndex
566
+ A PeriodIndex of fixed frequency periods.
567
+
568
+ See Also
569
+ --------
570
+ date_range : Returns a fixed frequency DatetimeIndex.
571
+ Period : Represents a period of time.
572
+ PeriodIndex : Immutable ndarray holding ordinal values indicating regular periods
573
+ in time.
566
574
567
575
Notes
568
576
-----
You can’t perform that action at this time.
0 commit comments