-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
PERF: allow even more flexible ISO 8601 datetime parsing #11899
Comments
this falls back to If you are another brave soul would like to submit a pull-request it would be great. |
Here's an easy way to repro things like this:
|
Thanks @jreback for Not sure if I need to send PR to https://github.com/pydata/pandas/blob/master/pandas/tseries/tools.py |
I am referring to pandas of course, code is here |
xref #9714 |
Hello,
I noticed that there is a huge code speed difference with
to_datetime
execution when format is not given and when it's given.I wonder if there is not some room for improvements here!
There is x19.15 factor!!!
Sample data can be found here
https://drive.google.com/file/d/0B8iUtWjZOTqla3ZZTC1FS0pkZXc/view?usp=sharing
See also pydata/pandas-datareader#153
The text was updated successfully, but these errors were encountered: