[DataFrame] Implement IO for ray_df#1599
[DataFrame] Implement IO for ray_df#1599devin-petersohn merged 29 commits intoray-project:masterfrom
Conversation
|
Test PASSed. |
|
This PR is ready for review now. |
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
devin-petersohn
left a comment
There was a problem hiding this comment.
Looks great, just a couple of comments.
| # reindex here because we want a pd.RangeIndex within the partitions. | ||
| # It is smaller and sometimes faster. | ||
| t_df.reindex() | ||
| # reset_index here because we want a pd.RangeIndex |
python/ray/dataframe/dataframe.py
Outdated
| level=level, | ||
| numeric_only=numeric_only), | ||
| index=temp_index)._df)) | ||
| # collapsed_df.index = self.columns |
There was a problem hiding this comment.
Does this need to be left in?
There was a problem hiding this comment.
Right. Removing it
|
Test PASSed. |
|
Test PASSed. |
|
Passed private-travis build. OK to merge. Thanks @simon-mo! |
What do these changes do?
This PR adds support for
read_csvread_parquetRelated issue number
None
Note