Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conorheffron/nyc-school-scores
Analysis of NYC High School Grades
https://github.com/conorheffron/nyc-school-scores
nyc python
Last synced: about 2 months ago
JSON representation
Analysis of NYC High School Grades
- Host: GitHub
- URL: https://github.com/conorheffron/nyc-school-scores
- Owner: conorheffron
- Created: 2024-01-07T04:45:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T11:13:45.000Z (8 months ago)
- Last Synced: 2024-05-12T00:16:24.023Z (6 months ago)
- Topics: nyc, python
- Language: Jupyter Notebook
- Homepage: https://conorheffron.github.io/nyc-school-scores/
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# nyc-school-scores
See full notebook [here](https://github.com/conorheffron/nyc-school-scores/blob/main/notebook.ipynb)
> Start docker desktop
> Run the following command in local terminal to run local instance of docker with notebook / Python3 workspace:
```
docker run -p 8888:8888 -v ~/:/home/jovyan jupyter/minimal-notebook
```
> Check container logs and go to suggested URL> Use pip to install any packages needed via new code cell at the start of notebook:
```
!pip install pandas
```
> Restart Kernal & Run all cells> See screenshots below:
![image](https://github.com/conorheffron/nyc-school-scores/assets/8218626/bf65f196-75e2-44f1-848f-b49e1be752a1)
> Perform further exploratory analysis and save work