We're happy to announce that we've processed and published the American Community Survey (ACS) 2022 5-Year Estimates. As with everything we do, our goal is to empower data scientists, researchers, and academics with the most up-to-date and comprehensive demographic and census data. The Power of ACS 2022 5-Year Estimates The ACS 5-Year Estimates provide a
Data Dictionary: | World Development Indicators 2010 |
Data Source: | Social Explorer; The World Bank |
Table: | T5. Age [4] |
T5. | Age | |||||||
Universe: Universe: | ||||||||
T151_003 15 to 64 Years
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:WDI4_8_002.IsNull)
oretval.IsNull = true;
else
oretval = (ORG:WDI4_8_002/100)*ORG:WDI8_19_003;
return oretval;
|