dask

Package — Data SciencePython 3.7+Intermediate

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

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
click, cloudpickle, fsspec, packaging, partd, PyYAML, toolz
Install
pip install dask[complete]

Learn by Difficulty

Quick Example

python
# Install: pip install dask[complete]
import dask

# Basic dask usage
print(f"Using dask")
# See documentation for detailed examples

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

Try in Playground

Tags

packagedata-scienceanalyticsnumeric