modin-project / modin

Modin: Scale your Pandas workflows by changing a single line of code
http://modin.readthedocs.io
Apache License 2.0
9.9k stars 653 forks source link

Add comparison with Dask and Spark to README #3626

Open devin-petersohn opened 3 years ago

devin-petersohn commented 3 years ago

There is content from my thesis in chapter 6.2 that compares and contrasts Modin and Dask/Koalas. It would be good to add a summary this content (and the API plot) to the README: http://www2.eecs.berkeley.edu/Pubs/TechRpts/2021/EECS-2021-193.pdf

dorisjlee commented 2 years ago

We can also add the summary in the Modin v.s. other distributed dataframes summary page.

│  ├─ Modin vs. other distributed dataframes (disclaimer/overview)
│  ├─│  ├─ Modin vs. Dask DataFrame (#3779)
│  ├─│  ├─ Modin vs. Koalas

@adityagp has kindly volunteered to help with this + the Modin vs. Koalas page.

adityagp commented 2 years ago

Updated summary in https://github.com/modin-project/modin/pull/3779

RehanSD commented 2 years ago

Hi folks - has this issue been resolved?