Skip to content

Latest commit

 

History

History

Dask

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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!