Violent And Disruptive Incidents
City of New York
@usgov.city_of_new_york_violent_and_disruptive_incidents
City of New York
@usgov.city_of_new_york_violent_and_disruptive_incidents
CREATE TABLE table_1 (
"school_year" VARCHAR,
"beds_code" BIGINT,
"school_name" VARCHAR,
"district_name" VARCHAR,
"school_type" VARCHAR,
"enrollment" BIGINT,
"homicide_with_weapon_s" BIGINT,
"homicide_without_weapon_s" BIGINT,
"forcible_sex_offenses_with_weapon_s" BIGINT,
"forcible_sex_offenses_without_weapon_s" BIGINT,
"other_sex_offenses_with_weapon_s" BIGINT,
"other_sex_offenses_without_weapon_s" BIGINT,
"robbery_with_weapon_s" BIGINT,
"robbery_without_weapon_s" BIGINT,
"assault_with_serious_physical_injury_with_weapon_s" BIGINT,
"assault_with_serious_physical_injury_without_weapon_s" BIGINT,
"arson_with_weapon_s" BIGINT,
"kidnapping_with_weapon_s" BIGINT,
"kidnapping_without_weapon_s" BIGINT,
"assault_with_physical_injury_with_weapon_s" BIGINT,
"assault_with_physical_injury_without_weapon_s" BIGINT,
"reckless_endangerment_with_weapon_s" BIGINT,
"reckless_endangerment_without_weapon_s" BIGINT,
"minor_altercations_with_weapon_s" BIGINT,
"minor_altercations_without_weapon_s" BIGINT,
"intimidation_harassment_menacing_or_bullying_with_weapon_s" BIGINT,
"intimidation_harassment_menacing_or_bullying_without_weapon_s" BIGINT,
"burglary_with_weapon_s" BIGINT,
"burglary_without_weapon_s" BIGINT,
"criminal_mischief_with_weapon_s" BIGINT,
"criminal_mischief_without_weapon_s" BIGINT,
"larceny_or_other_theft_with_weapon_s" BIGINT,
"larceny_or_other_theft_without_weapon_s" DOUBLE,
"bomb_threat" BIGINT,
"false_alarm" BIGINT,
"riot_with_weapon_s" BIGINT,
"riot_without_weapon_s" BIGINT,
"weapon_possessionthrough_screening" BIGINT,
"weapon_possession_under_other_circumstances" BIGINT,
"drug_possession" BIGINT,
"alcohol_possession" BIGINT,
"other_disruptive" DOUBLE,
"county" VARCHAR,
"need_resource_category" VARCHAR,
"grade_organization" VARCHAR
);
Anyone who has the link will be able to view this.