Data Dictionary: | COVID-19 Insights 2020 |
Data Source: | Social Explorer; The New York Times, The COVID Tracking Project |
Table: | T011. November 2020 [26] |
T011. | November 2020 | |||||||
Universe: none | ||||||||
T011_016Employment to Population Ratio (percent)
Percent base:
None - percentages not computed
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if(TT:T011_014.IsNull || TT:T011_011.IsNull)
oretval.IsNull = true;
else
oretval = (TT:T011_014 / TT:T011_011) * 100;
return oretval;
|