-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Weird Datetime Behaviour #3002
Comments
This is a bug which still exists in master. Marking for 0.11 |
@wesm see my comments on PR, if enought interest, prob should create a TimeDelta64Index (just a fancy version of Int64) |
Or just |
yep, i had that problem in #2990, ideally return the scalar for min/max (at the end) |
@justinvf this is merged in - pls update to master and try out |
You guys are quick! Thanks so much for the bugfix. |
I am seeing odd behavior of dates being converted to
datetime64[ns]
times when that is inappropriate.Everything looks good. However:
The type is being stored as epoch nanoseconds internally, but usually displaying usually as the dates I want. But then everything is getting messed up when we drop down to numpy land for things like value_counts. What is going on? Is this a bug or am I making mistakes?
The text was updated successfully, but these errors were encountered: