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