About 24,500 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: 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 …

  5. 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.

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

  7. Dask DataFrame — Dask documentation

    A Dask DataFrame is a large parallel DataFrame composed of many smaller pandas DataFrames, split along the index. These pandas DataFrames may live on disk for larger-than-memory computing on a …

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

  9. Welcome to the Dask Tutorial

    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.

  10. Dask Installation — Dask documentation

    This installs Dask, the distributed scheduler, and common dependencies like pandas, Numpy, and others. You can also install only the Dask library and no optional dependencies: