We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373bb3a commit da20601Copy full SHA for da20601
pandas/_libs/tslibs/offsets.pyx
@@ -3371,6 +3371,10 @@ cdef class SemiMonthBegin(SemiMonthOffset):
3371
"""
3372
Two DateOffset's per month repeating on the first day of the month & day_of_month.
3373
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
+
3378
Attributes
3379
----------
3380
n : int, default 1
0 commit comments