Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 691 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 691 Bytes

Dask

Resources

Where can I learn about Dask?

Does Dask support GPU-accelerated matrix multiplication?

Using the resources in this directory

  1. Create and activate a virtual environment, then pip install:

    • jupyter
    • pandas
    • "dask[dataframe]" or "dask[complete]"
    • pyarrow
  2. Because the data files are in the 1GB range, they are not stored on GitHub

    • You can recreate the demo data locally with make-demo-data.ipynb
  3. Compare performance for pandas-demo.ipynb with dask-demo.ipynb

  4. Go learn more in the Dask docs!