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: | T24. Unemployment by Sex [3] |
T24. | Unemployment by Sex | |||||||
Universe: Universe: | ||||||||
T017_003 Female
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:WDI10_057.IsNull)
oretval.IsNull = true;
else if (SE:T016_003.IsNull)
oretval.IsNull = true;
else
oretval = (ORG:WDI10_057/100)*SE:T016_003;
return oretval;
|