Skip to content

Commit ff98362

Browse files
Revert "Coverage bug hunt"
This reverts commit 0628d22.
1 parent 0628d22 commit ff98362

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/_libs/tslibs/dtypes.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ _period_code_map = {
7878
"Q-NOV": 2011, # Quarterly - November year end
7979

8080
"M": 3000, # Monthly - month end
81-
"MS": 3000, # Monthly - beginning of month
8281

8382
"W-SUN": 4000, # Weekly - Sunday end of week
8483
"W-MON": 4001, # Weekly - Monday end of week
@@ -111,7 +110,7 @@ _period_code_map.update({
111110
"A": 1000, # Annual
112111
"W": 4000, # Weekly
113112
"C": 5000, # Custom Business Day
114-
# "MS": 3000, # Monthly - beginning of month
113+
"MS": 3000, # Monthly - beginning of month
115114
})
116115

117116
cdef set _month_names = {

0 commit comments

Comments
 (0)