sfbrigade / datasci-firerisk

This project attempts to model and acquire data from SF OpenData - and other sources - to predict the relative risk of fire in San Francisco’s buildings and public spaces.
http://codeforsanfrancisco.org/projects/SF-Fire-Risk-Project
10 stars 9 forks source link

EDA - Fire incidents dataset #2

Open swilliams2099 opened 7 years ago

swilliams2099 commented 7 years ago
swilliams2099 commented 7 years ago

from last week:

age(year built) v incidents

just throwing out these suggestions for more exploratory data analysis:

From current sfgov data (?):

  1. complaints v inspections
  2. incidents v complaints
  3. incidents v inspections

From sfgov and census data:

  1. incidents v density (of census block group) (housing units per block group or population per block group)
sewardlee337 commented 7 years ago

New R script for EDA stored in exporatory-data-analysis folder.

sewardlee337 commented 6 years ago

R script has been translated to Python. New Jupyter notebook containing code at: datasci-firerisk/exploratory_data_analysis/EDA Fire Incidents.ipynb