Skip to content

Commit

Permalink
Merge pull request #78 from basnijholt/default-df
Browse files Browse the repository at this point in the history
Set save_dataframe to True by default
  • Loading branch information
basnijholt authored Oct 12, 2022
2 parents 2fd93b8 + 7091641 commit 1ceb5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adaptive_scheduler/server_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ def __init__(
"loky", "loky_int_main", "spawn", "fork", "forkserver"
] = "loky",
cleanup_first: bool = False,
save_dataframe: bool = False,
save_dataframe: bool = True,
# TODO: use _DATAFRAME_FORMATS instead of literal in ≥Python 3.10
dataframe_format: Literal[
"parquet", "csv", "hdf", "pickle", "feather", "excel", "json"
Expand Down

0 comments on commit 1ceb5ac

Please sign in to comment.