Privately Owned Guns Vs Crime And Safety Index
gun, crime and safety by country
@kaggle.prasertk_privately_owned_guns_vs_crime_and_safety_index
gun, crime and safety by country
@kaggle.prasertk_privately_owned_guns_vs_crime_and_safety_index
CREATE TABLE estimated_number_of_civilian_guns_per_capita_by_country (
"rank" BIGINT,
"country_or_subnational_area" VARCHAR,
"estimate_of_civilian_firearms_per_100_persons" DOUBLE,
"region" VARCHAR,
"subregion" VARCHAR,
"population_2017" BIGINT,
"estimate_of_firearms_in_civilian_possession" DOUBLE,
"computation_method" BIGINT,
"registered_firearms" DOUBLE,
"unregistered_firearms" DOUBLE,
"crime_index" DOUBLE,
"safety_index" DOUBLE
);
Anyone who has the link will be able to view this.