We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf3ff7 commit 044f162Copy full SHA for 044f162
pandas/_libs/tslibs/timedeltas.pyi
@@ -38,6 +38,7 @@ UnitChoices = Literal[
38
"min",
39
"minutes",
40
"t",
41
+ "T",
42
"s",
43
"seconds",
44
"sec",
pandas/_libs/tslibs/timedeltas.pyx
@@ -124,6 +124,7 @@ cdef dict timedelta_abbrevs = {
124
"min": "m",
125
"minutes": "m",
126
"t": "m",
127
+ "T": "m",
128
"s": "s",
129
"seconds": "s",
130
"sec": "s",
0 commit comments