Skip to content

Repo for exploring data from the Philadelphia City Controller's school district asbestos dashboard.

Notifications You must be signed in to change notification settings

JennaBellassai/asbestos-abatement-in-philadelphia-schools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

asbestos-abatement-in-philadelphia-schools

Repo for exploring data from the Philadelphia City Controller's school district asbestos dashboard.

This repo contains the Jupyter notebook and data sources used to develop the visualizations in this blog post.

Background

On November 10, 2021, the Office of the City Controller released a dashboard displaying asbestos abatement projects in school buildings in the School District of Philadelphia. For more information about the dashboard, see this press release from the Office of the Controller and the dashboard's About page.

The dashboard shows the number of asbestos abatement projects at school buildings in the district since 2016. I was interested to get a more detailed view of the data to answer questions such as:

  • What is the total linear (and square) footage of asbestos removed or planned to be removed per school for these projects?
  • Do schools with less funding in the district tend to have more linear (and square) footage of asbestos described in these projects?
  • Do schools with a greater percentage of economically disadvantaged students tend to have more linear (and square) footage of asbestos described in these projects?
  • Is the number and severity of asbestos abatement projects planned in the district increasing or decreasing over time?
  • Do schools that opened in earlier years have more projects or more severe projects?

Data

  • school-district-asbestos-download-1-23.csv - Downloaded from "Download Data" on the Office of the City Controller's dashboard on 01/23/22. For information about this data, see the dashboard's companion repo.
  • geocoded_addresses.csv - File containing facility address, latitude, longitude, and stress address for school buildings from the dashboard's companion repo.
  • schools.csv - Information about schools compiled from files in dashboard's companion repo.
  • district_school_budgets.csv - Budget information for schools for the 2021-2022 school year. Obtained from PDF published on School District of Philadelphia website.

Usage

To create the CSV files underlying the visualizations in this blog post, run the cells in asbestos_abatement.ipynb.

Output

  • asbestos_lf_per_school.csv - Output file containing the following:
    • School Name - name of the school
    • Economically Disadvantaged Percentage - percentage of students classified as economically disadvantaged, according to 2021 School Budget Book
    • FY 22 Budget (Total Positions) Per Proj Enrolled Student - school budget according to 2021 School Budget Book per student based on projected enrollment for the 2021-2022 school year
    • Year Opened - year the school opened
    • lat - latitude
    • long - longitude
    • Total LF - total linear footage of asbestos material mentioned in asbestos abatement project descriptions for the school since 2016
  • asbestos_sf_per_school.csv - Output file containing all of the above columns except Total LF, with the addition of:
    • Total SF - total square footage of asbestos material mentioned in asbestos abatement project descriptions for the school since 2016

About

Repo for exploring data from the Philadelphia City Controller's school district asbestos dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published