Skip to content

Commit eb6b9fc

Browse files
DOC: add SA01 for tseries name methods
1 parent 4affeb1 commit eb6b9fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pandas/_libs/tslibs/offsets.pyx

+8
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,14 @@ cdef class BaseOffset:
558558
"""
559559
Return a string representing the base frequency.
560560

561+
See Also
562+
--------
563+
tseries.offsets.Week : Represents a weekly offset.
564+
DateOffset : Base class for all other offset classes.
565+
tseries.offsets.Day : Represents a single day offset.
566+
tseries.offsets.MonthEnd : Represents a monthly offset that
567+
snaps to the end of the month.
568+
561569
Examples
562570
--------
563571
>>> pd.offsets.Hour().name

0 commit comments

Comments
 (0)