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

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.

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