mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 01:31:08 +08:00
36fd64800b
* added reindex, __setitem__, select_dtypes, and astype functionality * readded tests for astype and select_dtypes * fixed index issue with reindex * lint spacing * removing current reindex implementation for future pr * wrong testing func * errors now raised in the workers, but suppressing them can be an issue * updated code for select_dtypes * Update test_dataframe.py