Closed jcrist closed 8 years ago
This may affect dask.dataframe as well
Yeah, loads of test failures running dask test suite on pandas master (from other changes). Those can be dealt with separately though. Or were you saying that creation of a dask dataframe from a castra might be affected? That still works fine.
Pandas git master (will be 0.18.0 release, I believe) now uses
RangeIndex
objects for numerically increasing indices. In these cases, anInt64Index
needs to be used for the partitions type. Tested and passes on both pandas 0.17.1 and pandas master.