Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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. |
jreback
added Timeseries Performance
labels
Dec 26, 2015
jreback
added this to the
Someday
milestone
Dec 26, 2015
jreback
added Difficulty Intermediate Effort Medium
labels
Dec 26, 2015
|
Here's an easy way to repro things like this:
|
femtotrader
commented
Dec 26, 2015
|
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 |
jreback
changed the title from
to_datetime is very slow when no format is given to PERF: allow even more flexible ISO 8601 datetime parsing
Dec 26, 2015
|
xref #9714 |
femtotrader commentedDec 25, 2015
Hello,
I noticed that there is a huge code speed difference with
to_datetimeexecution 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