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

https://github.com/quartz/cbp

County Business Patterns analysis
https://github.com/quartz/cbp

project qz-things

Last synced: 12 months ago
JSON representation

County Business Patterns analysis

Awesome Lists containing this project

README

          

County Business Patterns data analysis
======================================

Setup:

```
mkvirtualenv cbp
pip install -r requirements.txt
./getdata.sh
```

Run:

```
python prove.py
python transform.py
```