We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0628d22 commit ff98362Copy full SHA for ff98362
pandas/_libs/tslibs/dtypes.pyx
@@ -78,7 +78,6 @@ _period_code_map = {
78
"Q-NOV": 2011, # Quarterly - November year end
79
80
"M": 3000, # Monthly - month end
81
- "MS": 3000, # Monthly - beginning of month
82
83
"W-SUN": 4000, # Weekly - Sunday end of week
84
"W-MON": 4001, # Weekly - Monday end of week
@@ -111,7 +110,7 @@ _period_code_map.update({
111
110
"A": 1000, # Annual
112
"W": 4000, # Weekly
113
"C": 5000, # Custom Business Day
114
- # "MS": 3000, # Monthly - beginning of month
+ "MS": 3000, # Monthly - beginning of month
115
})
116
117
cdef set _month_names = {
0 commit comments