fgregg / ann_arbor_990

Analysis of Ann Arbor 990

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analysis of Ann Arbor Nonprofits using 990 data.

This repository makes a series of analyses and graph visualisatiosn of the Ann Arbor nonprofit landscape using data from the tax forms that nonprofits submit to the IRS.

Steps:

  1. This one is a doozy. Build you a local database of 990 data.
  2. Clone this repo and go to the repo's directory
  3. pip install -r requirements.txt
  4. make org.gml This makes a file that represents the number of shared board members between Ann Arbor area nonprofits.

Using a program like yEd, you can open up org.gml and do graph analysis and make visualisations like below.

Ann Arbor Board Interlock Visualisation

About

Analysis of Ann Arbor 990


Languages

Language:Makefile 59.0%Language:Python 41.0%