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