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

Fix data download prep #24

Closed jrbourbeau closed 4 years ago

jrbourbeau commented 4 years ago

This PR ensures that the data download prep.py script can run successfully. It looks like only the flights dataset is being used in the tutorial, @hugobowne is that correct or am I missing something?

hugobowne commented 4 years ago

yes you're currently correct and thank you!