Baselight

Privately Owned Guns Vs Crime And Safety Index

gun, crime and safety by country

@kaggle.prasertk_privately_owned_guns_vs_crime_and_safety_index

Loading...
Loading...

About this Dataset

Privately Owned Guns Vs Crime And Safety Index

Estimated number of civilian guns per capita by country vs. crime and safety index

data sources:

  1. Privately owned guns: https://en.wikipedia.org/wiki/Estimated_number_of_civilian_guns_per_capita_by_country
  2. Crime and Safety Index: https://www.numbeo.com/crime/rankings_by_country.jsp

cover image credit: https://www.pexels.com/photo/hand-of-a-person-holding-black-semi-automatic-pistol-5202395/

Tables

Estimated Number Of Civilian Guns Per Capita By Country

@kaggle.prasertk_privately_owned_guns_vs_crime_and_safety_index.estimated_number_of_civilian_guns_per_capita_by_country
  • 20.81 KB
  • 230 rows
  • 12 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.