Crimes Data
crime rates in united states
@kaggle.edwardotieno_2019_crimes_data
crime rates in united states
@kaggle.edwardotieno_2019_crimes_data
CREATE TABLE crimes_dataset (
"year" BIGINT,
"population" BIGINT,
"violent_crimes" BIGINT,
"violent_crime_rate" DOUBLE,
"murder_nonnegligent_manslaughter" BIGINT,
"murder_nonnegligent_manslaughter_rate" DOUBLE,
"rape_revised_definition" DOUBLE,
"rape_revised_definition_rate" DOUBLE,
"rape_legacy_definition" BIGINT,
"rape_legacy_definition_rate" DOUBLE,
"robbery" BIGINT,
"robbery_rate" DOUBLE,
"aggravated_assault" BIGINT,
"aggravated_assault_rate" DOUBLE,
"property_crime" BIGINT,
"property_crime_rate" DOUBLE,
"burglary" BIGINT,
"burglary_rate" DOUBLE,
"larceny_theft" BIGINT,
"larceny_theft_rate" DOUBLE,
"motor_vehicle_theft" BIGINT,
"motor_vehicle_theft_rate" DOUBLE
);
Anyone who has the link will be able to view this.