Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a5huynh/bill-analysis

Companion repo for some blog posts I'm writing
https://github.com/a5huynh/bill-analysis

Last synced: about 1 month ago
JSON representation

Companion repo for some blog posts I'm writing

Awesome Lists containing this project

README

        

## bill-analysis

Here lies python code and notebooks used in the analysis of legislation
data from the U.S. Senate and House of Representatives.

### Getting Started

Install the python dependencies. Use of a virtual environment highly
recommended

pip install -r requirements.txt

Setup data folders and download dataset.

make dl-data

Run XML parsing and text tokenization script. Should take a couple minutes
to finish running.

python src/python/prep_data.py