We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2980c commit 4085d5cCopy full SHA for 4085d5c
pandas/_libs/tslibs/dtypes.pxd
@@ -20,6 +20,7 @@ cdef dict c_PERIOD_AND_OFFSET_DEPR_FREQSTR
20
cdef dict attrname_to_abbrevs
21
cdef dict npy_unit_to_attrname
22
cdef dict attrname_to_npy_unit
23
+cdef str INVALID_FREQ_ERR_MSG
24
25
cdef enum c_FreqGroup:
26
# Mirrors FreqGroup in the .pyx file
0 commit comments