Social Explorer application is not quite ready for this screen size.
Please head to your nearest desktop or tablet device.
Visit Homepage
What's new?
close
Data Dictionary
Skip to Sidebar navigation menu
Skip to Page content
Professional plan provided by Massachusetts Institute of Technology
Create Account
Login
Data Dictionary:
COVID-19 Insights 2020
you are here:
choose a survey
survey
data set
table
variable details
Survey:
COVID-19 Insights 2020
Data Source:
Social Explorer; The New York Times, The COVID Tracking Project
Data set:
Covid-19 Insights (TT)
Table:
T003. March 2020 [26]
Universe:
none
Variable Details
T003.
March 2020
Universe: none
T003_016
Employment to Population Ratio (percent)
Percent base:
None - percentages not computed
Aggregation method:
Percent: (Sum(
T003_014
) / Sum(
T003_011
)) * 100
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType(); if(
TT:T003_014
.IsNull ||
TT:T003_011
.IsNull) oretval.IsNull = true; else oretval = (
TT:T003_014
/
TT:T003_011
) * 100; return oretval;
Variables used in the formula:
TT:T003_014
Population Age 16 and Over: Employed
TT:T003_011
Population Age 16 and Over