Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion preset/classical-ml/tests/modin/modin_quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# # Faster Append with Modin's ``concat``


N_copies = 100
N_copies = 20 # duplicate the same taxi dataset
start = time.time()

big_pandas_df = pandas.concat([pandas_df for _ in range(N_copies)])
Expand Down
2 changes: 1 addition & 1 deletion preset/data-analytics/tests/modin/modin_quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# # Faster Append with Modin's ``concat``


N_copies = 100
N_copies = 20
start = time.time()

big_pandas_df = pandas.concat([pandas_df for _ in range(N_copies)])
Expand Down