ray/python
Kunal Gosar 4584193308 [DataFrame] Refactor GroupBy Methods and Implement Reindex (#2101)
* fix 1D blocks case

* Add groupby test code

* begin writing tests

* Fix bug on groupby(axis=1, ...)

* implement reindex

* fix index misalignment after groupby

* fix df.apply bug

* fix groupby.apply

* fix agg funcs

* finish groupby tests

* finish test suite for groupby

* fixing lint

* undo new line

* fix python2 index copy bug

* Concat Series into ray.df

* fixing python2 issues

* resolving all python 2 tests

* handle multiindex on apply

* resolve comments

* updating docstring

* fix lint

* fix lint again

* address comments
2018-05-22 16:34:07 -07:00
..
benchmarks Initial Support for Airspeed Velocity (#2113) 2018-05-22 16:20:39 -07:00
ray [DataFrame] Refactor GroupBy Methods and Implement Reindex (#2101) 2018-05-22 16:34:07 -07:00
asv.conf.json Initial Support for Airspeed Velocity (#2113) 2018-05-22 16:20:39 -07:00
build-wheel-macos.sh Incorporate C++ Buffer management and Seal global threadpool fix from arrow (#1950) 2018-04-25 22:53:44 -07:00
build-wheel-manylinux1.sh Pin Cython to 0.27.3 to fix travis builds. (#1718) 2018-03-13 22:18:08 -07:00
README-benchmarks.rst Initial Support for Airspeed Velocity (#2113) 2018-05-22 16:20:39 -07:00
README-building-wheels.md [DataFrame] Add Parquet Support in Build Process (#1531) 2018-02-16 07:18:42 -08:00
setup.py YAPF, take 3 (#2098) 2018-05-19 16:07:28 -07:00