coiled / data-science-at-scale

A Pythonic introduction to methods for scaling your data science and machine learning work to larger datasets and larger models, using the tools and APIs you know and love from the PyData stack (such as numpy, pandas, and scikit-learn).
MIT License
112 stars 38 forks source link

Dask DataFrame example #6

Closed hugobowne closed 4 years ago

hugobowne commented 4 years ago

Consider starting session with this example:

https://github.com/coiled/coiled-examples/blob/master/pandas-dask-coiled.ipynb

good for motivation and it's dataframes!

hugobowne commented 4 years ago

DONE