US Mass Shooting 1966 - 2019
Cleaned data US Mass Shooting cases from 1966-2019 with shooters' features
@kaggle.myho63_us_mass_shooting_1966_2019
Cleaned data US Mass Shooting cases from 1966-2019 with shooters' features
@kaggle.myho63_us_mass_shooting_1966_2019
CREATE TABLE data_structure (
"data_structure" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR,
"unnamed_3" VARCHAR,
"unnamed_4" DOUBLE,
"meaning" VARCHAR
);
CREATE TABLE us_mass_shooting_1966_2019_cleaned (
"s" BIGINT,
"title" VARCHAR,
"location" VARCHAR,
"date" TIMESTAMP,
"area" VARCHAR,
"incident_area" VARCHAR,
"open_close_location" VARCHAR,
"target" VARCHAR,
"cause" VARCHAR,
"summary" VARCHAR,
"shooter_status" VARCHAR,
"no_of_shooter_suspect" VARCHAR,
"fatalities" BIGINT,
"injured" BIGINT,
"total_victims" BIGINT,
"policeman_killed" BIGINT,
"age" VARCHAR,
"employeed_y_n" BIGINT,
"employed_at" VARCHAR,
"mental_health_issues" VARCHAR,
"race" VARCHAR,
"gender" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.