Effortlessly scale your pandas workflows with Modin
This talk will give an overview of how you can use Modin to run your pandas code at any scale.
Modin is a drop-in replacement for pandas – just change one line of code (your import statement ) to get started. 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.