daskEasy Playground

Parallel computing scaling pandas, NumPy, scikit-learn to clusters

Getting started with daskRun locally
Install
pip install dask[complete]
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: dask)

dask is a third-party package. Parallel computing scaling pandas, NumPy, scikit-learn to clusters. Install with: pip install dask[complete]

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?