-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
pd.to_datetime ValueError or TypeError #5195
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
The problem with pd.to_datetime(td) is it converts "May 04" to May 4, 2013 On Sat, Oct 12, 2013 at 5:49 PM, jreback [email protected] wrote:
|
yep...that was a posting bug! this was not implemented (but now fixed in #5197) |
|
Thanks! I'm new to Github and this whole process. I see you posted a commit, which I believe is a correction of the code. How do I incorporate this into my current pandas installation, if I don't want to wait until the next release? Thanks again. |
you can use the latest and greatest version by cloning master http://pandas.pydata.org/developers.html and https://github.com/pydata/pandas/wiki/Using-Git haven't merged this yet....soon |
Hi,
I am using pandas 0.12.0 and numpy 1.7.1.
Not sure if this is the expected functionality or not. I thought if coerce = True or errors='ignore' I wouldn't get this result:
The text was updated successfully, but these errors were encountered: