The Relationship Between Domestic Violence And Shooting Incidents In New York City
City of New York
@usgov.city_of_new_york_the_relationship_between_domestic_vio_4798b9b6
City of New York
@usgov.city_of_new_york_the_relationship_between_domestic_vio_4798b9b6
CREATE TABLE table_1 (
"police_precinct_geographic_location" VARCHAR,
"location_type" VARCHAR,
"shootings" BIGINT,
"overall_dv" DOUBLE,
"population" DOUBLE,
"rate_population" DOUBLE,
"shooting_rate" DOUBLE,
"overall_dv_rate" DOUBLE,
"actual_shootings_white" DOUBLE,
"expected_shootings_white" DOUBLE,
"actual_shootings_black" DOUBLE,
"expected_shootings_black" DOUBLE,
"actual_shootings_asian_pi" DOUBLE,
"expected_shootings_asian_pi" DOUBLE,
"actual_shootings_american_indian_an" DOUBLE,
"expected_shootings_american_indian_an" DOUBLE,
"actual_shootings_other" DOUBLE,
"expected_shootings_other" DOUBLE,
"actual_dirs_white" DOUBLE,
"expected_dirs_white" DOUBLE,
"actual_dirs_black" DOUBLE,
"expected_dirs_black" DOUBLE,
"actual_dirs_asian_pi" DOUBLE,
"expected_dirs_asian_pi" DOUBLE,
"actual_dirs_american_indian_an" DOUBLE,
"expected_dirs_american_indian_an" DOUBLE,
"actual_dirs_other" DOUBLE,
"expected_dirs_other" DOUBLE,
"nyc_population_white" DOUBLE,
"nyc_population_black" DOUBLE,
"nyc_population_asian_pi" DOUBLE,
"nyc_population_american_indian_an" DOUBLE,
"nyc_population_other" DOUBLE,
"actual_shootings_male" DOUBLE,
"expected_shootings_male" DOUBLE,
"actual_shootings_female" DOUBLE,
"expected_shootings_female" DOUBLE,
"actual_dir_male" DOUBLE,
"expected_dirs_male" DOUBLE,
"actual_dirs_female" DOUBLE,
"expected_dirs_female" DOUBLE,
"nyc_population_male" DOUBLE,
"nyc_population_female" DOUBLE
);
Anyone who has the link will be able to view this.