Skip to content

Commit 8c7a04f

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/tslibs/offsets.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -2810,6 +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
28132814

28142815

28152816
# ----------------------------------------------------------------------

0 commit comments

Comments
 (0)