Closed justinvf-zz closed 11 years ago
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 TimedeltaIndex
I guess. Should have a scalar type analogous to Timestamp
also. Not urgent but at some point...
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 thanks for the report
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?