About 21,400 results
Open links in new tab
  1. DaskDask documentation

    Dask Arrays allow scientists and researchers to perform intuitive and sophisticated operations on large datasets but use the familiar NumPy API and memory model.

  2. Dask (software) - Wikipedia

    Dask is an open-source Python library for parallel computing. Dask [1] scales Python code from multi-core local machines to large distributed clusters in the cloud.

  3. Dask | Scale the Python tools you love

    Dask is a flexible open-source Python library for parallel computing maintained by OSS contributors across dozens of companies including Anaconda, Coiled, SaturnCloud, and nvidia.

  4. Dask in Python - GeeksforGeeks

    Jul 15, 2025 · Dask is an open-source parallel computing library and it can serve as a game changer, offering a flexible and user-friendly approach to manage large datasets and complex computations.

  5. GitHub - dask/dask: Parallel computing with task scheduling

    Dask Dask is a flexible parallel computing library for analytics. See documentation for more information.

  6. Dask: Scalable analytics in Python

    Dask uses existing Python APIs and data structures to make it easy to switch between NumPy, pandas, scikit-learn to their Dask-powered equivalents. You don't have to completely rewrite your code or …

  7. dask · PyPI

    Mar 18, 2026 · Dask is a flexible parallel computing library for analytics. See documentation for more information. LICENSE New BSD. See License File.

  8. Daskdask 0.16.1 documentation

    Dask ¶ Dask is a flexible parallel computing library for analytic computing. Dask is composed of two components: Dynamic task scheduling optimized for computation. This is similar to Airflow, Luigi, …

  9. Dask - matthewrocklin.com

    Dask began as a project to parallelize NumPy with multi-dimensional blocked algorithms. These algorithms are complex and proved challenging for existing parallel frameworks like Apache Spark or …

  10. Dask Tutorial - GitHub

    Dask is a parallel and distributed computing library that scales the existing Python and PyData ecosystem. Dask can scale up to your full laptop capacity and out to a cloud cluster.