Skip to content

Commit 56be0c9

Browse files
Bug hunt
1 parent ff98362 commit 56be0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@ cdef class MonthBegin(MonthOffset):
21922192
DateOffset of one month at beginning.
21932193
"""
21942194

2195-
_period_dtype_code = PeriodDtypeCode.M
2195+
_period_dtype_code = PeriodDtypeCode.MS
21962196
_prefix = "MS"
21972197
_day_opt = "start"
21982198

0 commit comments

Comments
 (0)