/dead-datadive-gates92y-project3

This is a collection of the work done by DataKind volunteers on harnessing Form 990 data for improved philanthropic giving

Primary LanguageJupyter Notebook

Project info and results can be found at:

Data

Download each of the following, and place in the root directory:

Code

Validated Notebooks:

  • DataCleaningAndClustering.ipynb - Loads raw form 990 data. Performs some simple cleaning and mapping. Clustering happens in c#, outside the notebook. Cluster results are loaded and viewed.
  • Get the Twitter Handles.ipynb - Scrape websites (given via Form 990 data) for twitter handles; output to CSV

Need work:

  • Getting historical tweets.ipynb - Pulls data from Twitter API. Depends on results from Get the Twitter Handles.ipynb. Note: requires Twitter api access (see: https://developer.twitter.com/en/application/), with all access secrets added to api_keys.json
  • Operational Volatility Analysis-rev.ipynb - Loads financial data and 990 data; runs financial analytics on them.