We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbb4a8 commit 689afe7Copy full SHA for 689afe7
pandas/_libs/tslibs/parsing.pyx
@@ -1108,6 +1108,7 @@ cdef str _fill_token(token: str, padding: int):
1108
return token_filled
1109
1110
cdef void _maybe_warn_about_dayfirst(format: str, bint dayfirst):
1111
+ """Warn if guessed datetime format doesn't respect dayfirst argument."""
1112
cdef:
1113
int day_index = format.find('%d')
1114
int month_index = format.find('%m')
0 commit comments