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