Modin (parallel pandas)

Oct 20, 2023

https://github.com/modin-project/modin

Modin is a drop-in replacement for pandas. While pandas is single-threaded, Modin lets you instantly speed up your workflows by scaling pandas so it uses all of your cores. Modin works especially well on larger datasets, where pandas becomes painfully slow or runs out of memory.

By simply replacing the import statement, Modin offers users effortless speed and scale for their pandas workflows:

claims to be a better pandas, I've never used it

↑ up