Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)

image

> Perform further exploratory analysis and save work

image