https://github.com/xta/california_school_dashboard_rank
Process & visualize CA public school data
https://github.com/xta/california_school_dashboard_rank
california dataviz education
Last synced: 4 months ago
JSON representation
Process & visualize CA public school data
- Host: GitHub
- URL: https://github.com/xta/california_school_dashboard_rank
- Owner: xta
- Created: 2019-02-08T08:26:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T11:29:40.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T08:45:19.113Z (10 months ago)
- Topics: california, dataviz, education
- Language: Python
- Homepage: https://xta.github.io/California_School_Dashboard_Rank/
- Size: 26.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# California School Dashboard Rank
Analysis of [CA School Dashboard](https://www.caschooldashboard.org/) [data](https://www.cde.ca.gov/ta/ac/cm/)
## Build data (macOS)
# Setup
brew install coreutils
pip3 install xlrd
# Build data/ files
python3 utils/xls_to_csv.py resources/mathdownload2018.xlsx | python3 utils/filter_academic_indicator_csv.py > data/math_2018_academic_indicator.csv
python3 utils/xls_to_csv.py resources/eladownload2018.xlsx | python3 utils/filter_academic_indicator_csv.py > data/english_2018_academic_indicator.csv
python3 utils/xls_to_csv.py resources/pubschls.xlsx | tail -n +6 | ghead -n -1 > data/public_schools.csv
## Note: Excel date format issue
python3 utils/top_schools.py data/math_2018_academic_indicator.csv data/english_2018_academic_indicator.csv data/public_schools.csv > data/top_schools_2018_by_math_and_english.csv
python3 utils/csv_to_json.py data/top_schools_2018_by_math_and_english.csv data/top_schools_2018_by_math_and_english.json schools