Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.32 KB

why_modin.rst

File metadata and controls

19 lines (14 loc) · 1.32 KB

Why Modin?

In this section, we explain the design and motivation behind Modin and why you should use Modin to scale up your pandas workflows. We first describe the architectural differences between pandas and Modin. Then we describe how Modin can also help resolve out-of-memory issues common to pandas. Finally, we look at the key differences between Modin and other distributed dataframe libraries.

.. toctree::
    :maxdepth: 4

    pandas
    out_of_core
    modin_vs_dask_vs_koalas

Modin is built on many years of research and development at UC Berkeley. For more information on how this works underneath the hoods, check out our publications in this space: