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 2015 |
Data Source: | Social Explorer, Federal Bureau of Investigation and Census Bureau |
T4. | Violent Crimes Reported | |||||||||||||||
Universe: Universe: | ||||||||||||||||
T004_001Total Violent Crimes:
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:FBI15_013_T1.IsNull)
oretval = ORG:FBI15_013_T2 + ORG:FBI15_013_T3 + ORG:FBI15_013_T4 + ORG:FBI15_013_T5 + ORG:FBI15_013_T6;
else
oretval = ORG:FBI15_013_T1;
return oretval;
|