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

https://github.com/clarelgibson/nyc-sat-scores

A project looking at SAT scores for New York City public schools. Inspired by this tutorial from dataquest.io
https://github.com/clarelgibson/nyc-sat-scores

Last synced: 3 months ago
JSON representation

A project looking at SAT scores for New York City public schools. Inspired by this tutorial from dataquest.io

Awesome Lists containing this project

README

        

# NYC SAT Scores

A project looking at SAT scores for New York City public schools. Inspired by [this][1] tutorial from [Dataquest][2]. In the tutorial, the instructor completed his data analysis using python. I will be completing my analysis of the same data using R.

## Data

* [SAT scores by school][5] — SAT scores for each high school in New York City.
* [Math test results][7] — math test results for every school in NYC.
* [Class size][8] — class size information for each school in NYC.
* [AP test results][9] — Advanced Placement exam results for each high school. Passing AP exams can get you college credit in the US.
* [Graduation outcomes][10] — percentage of students who graduated, and other outcome information.
* [Demographics][11] — demographic information for each school.
* [School survey][12] — surveys of parents, teachers, and students at each school.
* [High School Directory][13] — contains key information on each school.

[1]: "Data Science Portfolio Tutorial by Dataquest.io"
[2]: "Dataquest.io"
[5]: "SAT scores by school"
[7]: "Math test results"
[8]: "Class size"
[9]: "AP test results"
[10]: "Graduation outcomes"
[11]: "Demographics"
[12]: "School Survey"
[13]: "High School directory"