https://github.com/restrellado/california-public-schools
This repo is for cleaning up the California Department of Education's database of public schools. It can then be used as a lookup table or for making interactive maps.
https://github.com/restrellado/california-public-schools
california california-department education-database lookup-table public-education school
Last synced: 5 months ago
JSON representation
This repo is for cleaning up the California Department of Education's database of public schools. It can then be used as a lookup table or for making interactive maps.
- Host: GitHub
- URL: https://github.com/restrellado/california-public-schools
- Owner: restrellado
- Created: 2017-05-20T02:31:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T04:20:55.000Z (about 8 years ago)
- Last Synced: 2024-01-27T07:39:34.949Z (over 2 years ago)
- Topics: california, california-department, education-database, lookup-table, public-education, school
- Size: 2.19 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# California Public Schools: Cleaned Data Set
PURPOSE:
This repository is for cleaning the California Department of Education's database
of public schools. It can then be used as a lookup table or for making
interactive maps. The original dataset is available publicly from [CDE's
website](http://www.cde.ca.gov/ds/si/ds/pubschls.asp).
The RMD file documents the cleaning process and outputs the cleaned csv in the
`data` folder.
### Links
- For your convenience, you can download the cleaned csv by
right clicking and selecting `download linked file` [at this link](https://github.com/restrellado/california-public-schools/raw/master/data/cleaned_cde_schools.csv)
- You can view a [presentation and examples of how to use the data](https://restrellado.github.io/california-public-schools/cde_dir_presentation.html)
- You can review [documentation of the process](https://restrellado.github.io/california-public-schools/ca_ps.html)
on github