diff --git a/pandas/_libs/tslibs/dtypes.pyx b/pandas/_libs/tslibs/dtypes.pyx index 52e1133..5aebbfe 100644 --- a/pandas/_libs/tslibs/dtypes.pyx +++ b/pandas/_libs/tslibs/dtypes.pyx @@ -246,6 +246,7 @@ OFFSET_TO_PERIOD_FREQSTR: dict = { "BYS": "Y", } cdef dict c_OFFSET_DEPR_FREQSTR = { + "m": "ME", "M": "ME", "Q": "QE", "Q-DEC": "QE-DEC",