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