About 7,300 results
Open links in new tab
  1. 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.

  2. Dask — Dask 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.

  3. Why Dask? — Dask documentation

    Dask has utilities and documentation on how to deploy in-house, on the cloud, or on HPC super-computers. It supports encryption and authentication using TLS/SSL certificates.

  4. API Reference — Dask documentation

    This turns lazy Dask collections into Dask collections with the same metadata, but now with their results fully computed or actively computing in the background.

  5. Dask DataFrame — Dask documentation

    Dask DataFrame helps you process large tabular data by parallelizing pandas, either on your laptop for larger-than-memory computing, or on a distributed cluster of computers.

  6. Dask | Get Started

    Get inspired by learning how people are using Dask in the real world today, from biomedical research and earth science to financial services and urban engineering. Explore these examples of APIs to …

  7. Dask Tutorial — Dask Tutorial documentation

    Quansight offers a number of PyData courses, including Dask and Dask-ML. For a more comprehensive list of past talks and other resources see Talks & Tutorials in the Dask documentation.

  8. 10 Minutes to Dask

    This is a short overview of Dask geared towards new users. Additional Dask information can be found in the rest of the Dask documentation.

  9. Dask Examples — Dask Examples documentation

    These examples show how to use Dask in a variety of situations. First, there are some high level examples about various Dask APIs like arrays, dataframes, and futures, then there are more in-depth …

  10. Client — Dask.distributed 2025.11.0 documentation

    The parent library Dask contains objects like dask.array, dask.dataframe, dask.bag, and dask.delayed, which automatically produce parallel algorithms on larger datasets.