Skip to content

Commit 22112e6

Browse files
committed
pandas-dev#55785 Fix for QuaterBegin
1 parent 8c7a04f commit 22112e6

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
@@ -2810,7 +2810,7 @@ cdef class QuarterBegin(QuarterOffset):
28102810
_from_name_starting_month = 1
28112811
_prefix = "QS"
28122812
_day_opt = "start"
2813-
_period_dtype_code = PeriodDtypeCode.Q_DEC
2813+
_period_dtype_code = PeriodDtypeCode.Q_DEC#55785 Fix for QuaterBegin
28142814

28152815

28162816
# ----------------------------------------------------------------------

0 commit comments

Comments
 (0)