Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: _validate_setitem_value fails to raise for PandasArray #55759

Closed
wants to merge 18 commits into from
Prev Previous commit
Next Next commit
#55785 Fix for QuaterBegin
  • Loading branch information
hvsesha committed Nov 3, 2023
commit 22112e69ffc1415e222fd3b41857b757e1078ca9
2 changes: 1 addition & 1 deletion pandas/_libs/tslibs/offsets.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2810,7 +2810,7 @@ cdef class QuarterBegin(QuarterOffset):
_from_name_starting_month = 1
_prefix = "QS"
_day_opt = "start"
_period_dtype_code = PeriodDtypeCode.Q_DEC
_period_dtype_code = PeriodDtypeCode.Q_DEC#55785 Fix for QuaterBegin


# ----------------------------------------------------------------------
Expand Down
Loading