Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG/API: Datetime-like Index.order reset freq #10295
Comments
sinhrks
added Timeseries Timedelta Frequency Period
labels
Jun 6, 2015
sinhrks
added this to the
0.17.0
milestone
Jun 6, 2015
|
Found another issue related to this internally.
But
|
This was referenced Jun 6, 2015
|
these need some wrapping on the return e.g. |
|
#10305 intends to fix this, passing existing attribtues to |
sinhrks
closed this
in #10305
Aug 8, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinhrks commentedJun 6, 2015
DatetimeIndex / TimedeltaIndex
Internally,
ordermay usetakewhenreturn_indexerisTrueand should be fixed also.PeriodIndex
Results in
TypeErrorbecause it doesn't passfreq(PeriodIndexwithout freq is meaningless ). Required to fix #7832 first to use the same flow asDatetimeIndex, I think.