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
- Host: GitHub
- URL: https://github.com/quartz/cbp
- Owner: Quartz
- Created: 2016-02-05T13:28:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T15:55:55.000Z (about 9 years ago)
- Last Synced: 2025-03-01T11:45:43.850Z (over 1 year ago)
- Topics: project, qz-things
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```