dask

Installation
SKILL.md

Dask Parallel and Distributed Computing

Scale pandas/NumPy workflows beyond memory and across clusters.

When to Use

  • Datasets exceed available RAM
  • Need to parallelize pandas or NumPy operations
  • Processing multiple files efficiently (CSVs, Parquet)
  • Building custom parallel workflows
  • Distributing workloads across multiple cores/machines

Dask Collections

Collection Like Use Case
DataFrame pandas Tabular data, CSV/Parquet
Related skills
Installs
41
Repository
eyadsibai/ltk
GitHub Stars
4
First Seen
Jan 28, 2026