Skip to content

Commit da20601

Browse files
DOC: fix ES01 for pandas.tseries.offsets.SemiMonthBegin
1 parent 373bb3a commit da20601

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3371,6 +3371,10 @@ cdef class SemiMonthBegin(SemiMonthOffset):
33713371
"""
33723372
Two DateOffset's per month repeating on the first day of the month & day_of_month.
33733373
3374+
This offset moves dates to the first day of the month and an additional specified
3375+
day (typically the 15th by default), useful in scenarios where bi-monthly processing
3376+
occurs on set days.
3377+
33743378
Attributes
33753379
----------
33763380
n : int, default 1

0 commit comments

Comments
 (0)