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