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
Basic plan
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:
Data set:
Unemployment and Employment (UD)
Table:
T1. Civilian Labor Force as of July 2020 [6]
Universe:
Variable Details
T1.
Civilian Labor Force as of July 2020
Universe:
T001_006
Employment to Population Ratio (percent)
Percent base:
None - percentages not computed
Aggregation method:
Percent: (Sum(
T001_004
) / Sum(
T001_001
)) * 100
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType(); if(
UD:T001_004
.IsNull ||
UD:T001_001
.IsNull) oretval.IsNull = true; else oretval = (
UD:T001_004
/
UD:T001_001
) * 100; return oretval;
Variables used in the formula:
UD:T001_004
Employed
UD:T001_001
Population Age 16 and Over