Data4Democracy / drug-spending

Project to understand pharmaceutical spending, currently focused on US government programs.
72 stars 46 forks source link

Add Jupyter notebooks to pull in and start exploring CMS data #1

Closed mattgawarecki closed 7 years ago

mattgawarecki commented 7 years ago

This PR gives us a few things:

zachmueller commented 7 years ago

Thanks for the extra .gitignore commit there lol.

Would you mind updating the notebook code and re-running to have the data moved into a subfolder (data/ perhaps) so we avoid having too much stuff in the top-level folder? Long-term, I think it'll be best for us to move the data out to an external storage (e.g., S3) to avoid filling up the repo itself too quickly, but I already screwed that up with my initial commit lol.

mattgawarecki commented 7 years ago

Still need to have the raw data downloaded to data/. Stand by.

zachmueller commented 7 years ago

Awesome, looks good! Let me know whether there are any other pending changes, otherwise I'll merge them in. I'll also try to ping Jonathon to see if he can get you direct access to the Data For Democracy org so you can make future commits to the main repo directly.