Skip to content

Commit d624062

Browse files
DOC: Fix ES01 for pandas.tseries.offsets.DateOffset.name (#63949)
1 parent f0161bc commit d624062

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,9 @@ cdef class BaseOffset:
628628
"""
629629
Return a string representing the base frequency.
630630

631+
This is typically a short string alias (e.g., 'h' for hourly, 'D' for daily)
632+
used to identify the offset type, regardless of the `n` multiplier.
633+
631634
See Also
632635
--------
633636
tseries.offsets.Week : Represents a weekly offset.

0 commit comments

Comments
 (0)