EZAUCR Arrest Statistics
Department of Justice
@usgov.doj_gov_ezaucr_arrest_statistics
Department of Justice
@usgov.doj_gov_ezaucr_arrest_statistics
Easy Access to FBI Arrest Statistics: 1994-2014
Organization: Department of Justice
Last updated: 2023-02-13T20:10:52.963079
Tags: arrest, fbi, ojjdp, statistics
CREATE TABLE ezaucr_arrest_statistics_download (
"cyear" BIGINT,
"state_name" VARCHAR,
"full_name" VARCHAR,
"part" BIGINT,
"total_population" BIGINT,
"coverage_indicator" VARCHAR,
"total_arrests" BIGINT,
"violent_crime_index" BIGINT,
"murder_nonneg_mans" BIGINT -- Murder/nonneg. Mans.,
"rape" BIGINT,
"robbery" BIGINT,
"aggravated_assault" BIGINT,
"property_crime_index" BIGINT,
"burglary" BIGINT,
"larceny_theft" BIGINT,
"motor_vehicle_theft" BIGINT,
"arson" BIGINT,
"other_assaults" BIGINT,
"forgery_and_counterfeiting" BIGINT,
"fraud" BIGINT,
"embezzlement" BIGINT,
"stolen_property" BIGINT,
"vandalism" BIGINT,
"weapons" BIGINT,
"prostitution_commercialized_vice" BIGINT,
"sex_offenses_other" BIGINT -- Sex Offenses (other),
"drug_abuse_violations" BIGINT,
"gambling" BIGINT,
"offenses_against_family" BIGINT,
"driving_under_influence" BIGINT,
"liquor_laws" BIGINT,
"drunkenness" BIGINT,
"disorderly_conduct" BIGINT,
"vagrancy" BIGINT,
"all_other_offenses" BIGINT,
"curfew_and_loitering" BIGINT,
"runaways" BIGINT
);Anyone who has the link will be able to view this.