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: | T23. Unemployment [4] |
T23. | Unemployment | |||||||
Universe: Universe: | ||||||||
T145_004Unemployment Rate
Percent base:
None - percentages not computed
Aggregation method:
None -- No totals are displayed for this variable when multiple geographies are selected
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (SE:T145_002.IsNull)
oretval.IsNull = true;
else if (ORG:WDI10_4_001.IsNull)
oretval.IsNull = true;
else
oretval = (SE:T145_002/ORG:WDI10_4_001)*100;
return oretval;
|
Excerpt from: | Social Explorer; World Development Indicators 2013: Technical Documentation |
World development Indicators: Technical Documentation -> Variable Descriptions -> Unemployment |