modin — Easy Playground
Drop-in pandas replacement that parallelizes operations across cores
Getting started with modinRun locally
Install
pip install modin[ray]Python CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: modin)
modin is a third-party package. Drop-in pandas replacement that parallelizes operations across cores. Install with: pip install modin[ray]
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?