-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Specify format for strptime in to_datetime #2213
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 fix for this would begin by adding a new keyword argument to the to_datetime() function in pandas/tseries/tools.py. I suggest calling the keyword argument "time_format". You would need to:
|
I wanted to try out the Issue2213 branch. But I got error message when I tried to compile and install the package. The error message I got is error: install-base or install-platbase supplied, but installation scheme is incomplete What I did is python setup.py build_ext What does this error mean? How do I solve it? I googled this error message but could not find an answer. I also asked on the irc channel, but did not get an answer either. |
I've never used those options before-- for development I would suggest building the C extensions in place and working directly from the base of the git clone:
|
@wesm Yes, I used this method for building the C extensions in place. But I did not see any improvement that Emily mentioned when comparing Issue2213 branch and master branch. Here is what I did: I first wanted to test the performance of Issue2213 branch.
Then, I wanted to see the performance of master branch.
I did not see any improvement. What did I do wrong? |
You did not specify the date format in the first |
This is done in 015447a |
http://stackoverflow.com/questions/13133458/pandas-casting-iso-string-to-datetime64
The text was updated successfully, but these errors were encountered: