Data Dictionary: | U.S. Presidential Elections 2020 |
Data Source: |
Table: | T013. Winning candidate [1] |
T013. | Winning candidate | |||||||
Universe: | ||||||||
T013_001Winning candidate
Percent base:
None - percentages not computed
Aggregation method:
None -- No totals are displayed for this variable when multiple geographies are aggregated.
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:PRES_914.IsNull) {
oretval.IsNull = true;
} else {
int jah = ORG:PRES_914;
oretval = ORG:PRES_904 + ", Electoral votes: " + Convert.ToString(ORG:PRES_914);
}
return oretval;
|