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: | County Business Patterns 2018 |
Data Source: | Social Explorer; U.S. Census Bureau |
T071. | Average Employee Wage | |||||||
Universe: none | ||||||||
T071_002 NAICS 11: Agriculture, Forestry, Fishing and Hunting
Percent base:
None - percentages not computed
Aggregation method:
Weighted Average: weighted by variable: CBP2018_113_PAYANN_001_11
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if( ORG:CBP2018_001_EMPREP_001_11 == 0)
oretval.IsNull = true;
else if (ORG:CBP2018_113_PAYANN_001_11.IsNull)
oretval.IsNull = true;
else
oretval = (ORG:CBP2018_113_PAYANN_001_11) * 1000 / ORG:CBP2018_001_EMPREP_001_11;
return oretval;
|