File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
93
93
-i " pandas.NA SA01" \
94
94
-i " pandas.NaT SA01" \
95
95
-i " pandas.NamedAgg SA01" \
96
- -i " pandas.Period SA01" \
97
96
-i " pandas.Period.asfreq SA01" \
98
97
-i " pandas.Period.freq GL08" \
99
98
-i " pandas.Period.freqstr SA01" \
Original file line number Diff line number Diff line change @@ -2699,6 +2699,12 @@ class Period(_Period):
2699
2699
second : int, default 0
2700
2700
Second value of the period.
2701
2701
2702
+ See Also
2703
+ --------
2704
+ Timestamp : Pandas replacement for python datetime.datetime object.
2705
+ date_range : Return a fixed frequency DatetimeIndex.
2706
+ timedelta_range : Generates a fixed frequency range of timedeltas.
2707
+
2702
2708
Examples
2703
2709
--------
2704
2710
>>> period = pd.Period('2012-1-1', freq='D')
You can’t perform that action at this time.
0 commit comments