Skip to content

Commit

Permalink
[DataFrame] Update architecture to be more flexible and performant (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-petersohn authored and robertnishihara committed Apr 5, 2018
1 parent 5bde5e7 commit 0d9a7a3
Show file tree
Hide file tree
Showing 7 changed files with 1,578 additions and 907 deletions.
2 changes: 1 addition & 1 deletion python/ray/dataframe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
raise Exception("In order to use Pandas on Ray, please upgrade your Pandas"
" version to >= 0.22.")

DEFAULT_NPARTITIONS = 4
DEFAULT_NPARTITIONS = 8


def set_npartition_default(n):
Expand Down
Loading

0 comments on commit 0d9a7a3

Please sign in to comment.