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 @@ -73,7 +73,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
73
73
-i " pandas.NA SA01" \
74
74
-i " pandas.Period.freq GL08" \
75
75
-i " pandas.Period.ordinal GL08" \
76
- -i " pandas.Period.to_timestamp SA01" \
77
76
-i " pandas.PeriodDtype.freq SA01" \
78
77
-i " pandas.RangeIndex.from_range PR01,SA01" \
79
78
-i " pandas.RangeIndex.start SA01" \
Original file line number Diff line number Diff line change @@ -2001,6 +2001,12 @@ cdef class _Period(PeriodMixin):
2001
2001
-------
2002
2002
Timestamp
2003
2003
2004
+ See Also
2005
+ --------
2006
+ Timestamp : A class representing a single point in time.
2007
+ Period : Represents a span of time with a fixed frequency.
2008
+ PeriodIndex.to_timestamp : Convert a `PeriodIndex` to a `DatetimeIndex`.
2009
+
2004
2010
Examples
2005
2011
--------
2006
2012
>>> period = pd.Period(' 2023-1-1' , freq = ' D' )
You can’t perform that action at this time.
0 commit comments