1918 'Spanish Flu' Pandemic In Chicago

Source Notebook

Point location of influenza and pneumatic deaths and weekly mortality data recorded during 1918 'Spanish flu' pandemic correlated to 1920 census data for Chicago

Details

Point location of individual cases and weekly data for 496 of the 499 census tracts of Chicago from 1920 of influenza and pneumonia deaths recorded during the 1918 'Spanish flu' pandemic within the city of Chicago, correlated to socio-demographic data (population size, illiteracy, unemployment, home ownership, etc).

Examples

Basic Examples

Get an overview of the data:

In[1]:=
ResourceData[\!\(\*
TagBox[
RowBox[{"ResourceObject", "[", "\"\<1918 'Spanish Flu' Pandemic In Chicago\>\"", "]"}],
#& ,
BoxID -> "ResourceTag-1918 'Spanish Flu' Pandemic In Chicago-Input",
AutoDelete->True]\)][[1]]
Out[1]=

Visualizations

Plot deaths per 1000 inhabitants for each of the available census tracts:

In[2]:=
data = {#["Polygon"], 1000*Total[#["TotalPneumoniaAndMortalityDeaths"] /. _Missing :> 0]/#["TotalPopulation"]} & /@ ResourceData[\!\(\*
TagBox[
RowBox[{"ResourceObject", "[", "\"\<1918 'Spanish Flu' Pandemic In Chicago\>\"", "]"}],
#& ,
BoxID -> "ResourceTag-1918 'Spanish Flu' Pandemic In Chicago-Input",
AutoDelete->True]\)];
In[3]:=
GeoGraphics[{GeoStyling[Opacity[0.8], FaceForm[
      Blend[{White, Red}, If[#[[2]] > 0, #[[2]]/Max[data[[All, 2]]], 0]]]], #[[1]]} & /@ data]
Out[3]=

Plot the cases during the 1918 ' Spanish flu' pandemic:

In[4]:=
GeoGraphics[Point[DeleteMissing[ResourceData[\!\(\*
TagBox[
RowBox[{"ResourceObject", "[", "\"\<1918 'Spanish Flu' Pandemic In Chicago\>\"", "]"}],
#& ,
BoxID -> "ResourceTag-1918 'Spanish Flu' Pandemic In Chicago-Input",
AutoDelete->True]\), "IndividualCases"][All, "Location"]]], AspectRatio -> 1]
Out[4]=

Wolfram Research, "1918 'Spanish Flu' Pandemic In Chicago" from the Wolfram Data Repository (2020)  

License Information

Freely available online through the PNAS open access option

Data Resource History

Source Metadata

Data Downloads

Publisher Information