-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
"can't compare datetime.date to str" in slicing/indexing (version 0.11.0) #3532
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
|
OK, understood. Thank you for the reply. And are there any elegant way of converting column/index from |
it really shouldn't give you back that type anyhow (there are a couple of open bugs related to that) try:
you want datetimes to have the dtype
|
jreback, thanks a lot! |
great...i have noted the other issue (that |
Hello all
I don't know if this has been already fixed in developing 0.12, but just in case:
it seemed that indexing with datetime.date does not work properly.
E.g. the code
works correctly. And the code
failed with the issue "TypeError: can't compare datetime.date to str"
The text was updated successfully, but these errors were encountered: