modin
modin copied to clipboard
read_csv(): Add heuristic for the number of partitions calculation when loading from CSV
Currently, the number of partitions is equal to the number of CPUs, that is not efficient in case of a small dataset. Here is an example - https://github.com/modin-project/modin/issues/5533#issue-1534806633