[DataFrame] Refactor indexers and implement setitem#2020
[DataFrame] Refactor indexers and implement setitem#2020devin-petersohn merged 2 commits intoray-project:masterfrom
Conversation
|
Test PASSed. |
|
Test FAILed. |
|
Jenkins, retest this please. |
|
Test FAILed. |
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
|
Merged, thanks @simon-mo! |
* master: Pin Pandas version for Travis to 0.22 (ray-project#2075) Fix python linting (ray-project#2076) [xray] Fix GCS table prefixes (ray-project#2065) Some tests for _submit API. (ray-project#2062) [rllib] Queue lib for python 2.7 (ray-project#2057) [autoscaler] Remove faulty assert that breaks during downscaling, pull configs from env (ray-project#2006) [DataFrame] Refactor indexers and implement setitem (ray-project#2020) [rllib]Update bc/policy.py (ray-project#2012)
What do these changes do?
indexing.pyin dataframe module.setitemmethodsDataFrameViewclass for efficient "View" structureRefactor
indexing.pywas refactored according to diagram below:Related issue number
This closes PR #1995