-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
string to date format ignored on apply #3669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Seems only to be the case for series, not for dataframes:
|
I'm thinking maybe this has something to do with dayfirst, perhaps it should default to None and we should check it (or is this an external, I'm sure I have looked into this/similar before). It seems to interfere here:
Not cool. |
As you see in the example you gave, there is also a difference between a string and a series:
I looked in the code, and I can overlook something totally, but it seems that the |
Could that also be the reason that the
|
This can be closed I think. Solved by #3890 |
|
@jorisvandenbossche I'm talking nonsense! You're right! |
From the So question.
I think apply be passing on the format keyword argument:
The text was updated successfully, but these errors were encountered: