Jupyter notebook 2016-05-27-182935.ipynb
Comparing FCC & CFPB Complaint Data
by Mark Silverberg (@Skram) [email protected]
Objective
Tinker with Sage Math Cloud-powered Jupyter Python notebooks and Socrata-powered federal open data from two different organizations: Federal Communications Commission (FCC) and the Consumer Financial Protection Bureau (CFPB)
The puzzle pieces
Complaint data from FCC ("CGB - Consumer Complaints Data") and CFPB ("Consumer Complaints") (easy API access to the data, powered by Socrata)
Jupyter Notebook w/
pandas(for the layout of this page, powered by Sage Math Cloud)Plotly (for charting)
US Census data via Sunlight Foundation's
censuspython package (for state population estimates)TextBlob (for sentiment analysis)
Please improve upon this
Depending on how you are viewing this, you can download the python notebook and expand upon this work! Please feel free to raise feature requests and suggestions on Github at https://github.com/marks/open-complaints-data/