GitXplorerGitXplorer
n

serrano

public
0 stars
0 forks
8 issues

Commits

List of commits on branch master.
Unverified
22c691dac3d26f6e6cffefa7c2f2c74dea55d6b2

initial commit

committed 5 years ago

README

The README file for this repository.

where did josé serrano's donors go?

From wikipedia

José Enrique Serrano (born October 24, 1943) is an American politician who has been a member of the United States House of Representatives since 1990. Serrano, a Democrat from New York, represents a district that is one of the smallest in the country geographically, consisting of a few square miles of the heavily populated South Bronx in New York City. His district is also one of the most densely populated and one of the few majority Hispanic districts in the country. The district was numbered the 18th from 1990 to 1993 and the 16th from 1993 to 2013; it has been the 15th district since 2013. He is currently the longest-serving Hispanic-American in the House. He is not running for re-election in 2020 due to a diagnosis of Parkinson's disease.

data is sourced from fec.gov based on receipts to the Serrano for Congress campaign committee

development

clone the repo

$ git clone git@github.com:noslouch/serrano.git

setup a virtual environment

$ python -m venv .venv
$ pip install -r requirements.txt

download a data source:

run the jupyter notebook

$ . ./venv/bin/activate
(.venv) $ jupyter notebook serrano-donors.ipynb