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: | FBI Crime Data 2019 |
Data Source: |
T5. | Violent Crimes Reported (Rate per 100,000 Population) | |||||||
Universe: Universe: | ||||||||
T005_004 Rape Legacy Definition Rate
Percent base:
None - percentages not computed
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if( ORG:TOT_POP_0 == 0)
oretval.IsNull = true;
else
if (ORG:T4.IsNull)
oretval.IsNull = true;
else
oretval = ORG:T4 / ORG:TOT_POP_0 * 100000;
return oretval;
|