About 20,900 results
Open links in new tab
  1. DaskDask documentation

    Dask use is widespread, across all industries and scales. Dask is used anywhere Python is used and people experience pain due to large scale data, or intense computing.

  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. GitHub - dask/dask: Parallel computing with task scheduling

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

  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. dask · PyPI

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

  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. 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, …

  8. What is Dask? | Data Science | NVIDIA Glossary

    Dask is an open source flexible library for parallel and distributed computing in Python.

  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. What is Dask and How Does it Work? - Towards Data Science

    Apr 27, 2021 · Dask is an open-source Python library that lets you work on arbitrarily large datasets and dramatically increases the speed of your computations. This article will first address what makes …