Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
to_datetime %Y%m%d does not coerce correctly #7930
Comments
jreback
referenced
this issue
Aug 4, 2014
Merged
BUG: Bug in to_datetime when format='%Y%m%d and coerce=True are specified (GH7930) #7931
jreback
added Bug Data IO Timeseries
labels
Aug 4, 2014
jreback
added this to the
0.15.0
milestone
Aug 4, 2014
|
easy enough |
CarstVaartjes
commented
Aug 4, 2014
|
Thanks! (insightful commit, I guess it's "easy" when you know the libtools and all places by heart hehe ;) |
|
haha...(and I wrote the original :) |
jreback
closed this
in #7931
Aug 4, 2014
jrovegno
commented
Nov 6, 2014
|
where is the like button? when you search for an error and you realize that is a bug fixed in a newer release. |
|
@jrovegno thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CarstVaartjes commentedAug 4, 2014
Hi,
see this example:
This is a bug, but also related to the discussion in #7307. Probably has to do with:
"Note Specifying a format argument will potentially speed up the conversion considerably and on versions later then 0.13.0 explicitly specifying a format string of ‘%Y%m%d’ takes a faster path still."