Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pandas/_libs/tslibs/offsets.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,9 @@ cdef class BaseOffset:
"""
Return a string representing the base frequency.

This is typically a short string alias (e.g., 'h' for hourly, 'D' for daily)
used to identify the offset type, regardless of the `n` multiplier.

See Also
--------
tseries.offsets.Week : Represents a weekly offset.
Expand Down
Loading