Skip to content

Instantly share code, notes, and snippets.

@jak2030
Created September 30, 2016 15:10
Show Gist options
  • Save jak2030/0fde97c4c338e43fd59675ff80d29011 to your computer and use it in GitHub Desktop.
Save jak2030/0fde97c4c338e43fd59675ff80d29011 to your computer and use it in GitHub Desktop.
A description of the columns in Enigma's Smoke Signals data
bg_id: the block group census id
msa80_id: the 1980 msa census id
bg_natl_smoke_risk: the block group smoke group normalized to national level
bg_msa80_smoke_risk: the block group smoke group normalized to msa level
bg_smoke_risk: the block group smoke risk
bg_pop_risk: the block group at-risk population score (very old and very young people)
bg_pop: population of block group
bg_pop_density: population density of block group
tract_id: the track census id
state_id: the state census id
county_id: the county census id
msa_id: the msa id
place_id: the census place id
place_name: the place name
county_smoke_risk_norm: the smoke risk normalized to county
county_pop_risk_norm: the population risk normalized to county
state_smoke_risk_norm: the smoke risk normalized to state
state_pop_risk_norm: the population risk normalized to state
msa_smoke_risk_norm: the smoke risk normalized to msa
msa_pop_risk_norm: the population risk normalized to msa
tract_smoke_risk_norm: the smoke risk normalized to tract
tract_pop_risk_norm: the population risk normalized to tract
msa80_smoke_risk_norm: the smoke risk normalized to msa 1980
msa80_pop_risk_norm: the population risk normalized to msa 1980
place_smoke_risk_norm: the smoke risk normalized to census place
place_pop_risk_norm: the population risk normalized to census place
from_addr: starting address number in range
to_addr: ending address number in range
fullname: street name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment