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
- Host: GitHub
- URL: https://github.com/clarelgibson/nyc-sat-scores
- Owner: clarelgibson
- License: cc0-1.0
- Created: 2021-05-13T13:52:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T09:44:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T06:45:31.480Z (4 months ago)
- Size: 22.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"