Fatal Dog Attacks In The US
List of fatal dog attacks in the United States from 2020 to 2022
@kaggle.kabhishm_fatal_dog_attacks_in_the_us_202022
List of fatal dog attacks in the United States from 2020 to 2022
@kaggle.kabhishm_fatal_dog_attacks_in_the_us_202022
Fatal dog attacks in the United States cause the deaths of about 30 to 50 people in the US each year, and the number of deaths from dog attacks appears to be increasing. Around 4.5 million Americans are bitten by dogs every year, resulting in the hospitalization of 6,000 to 13,000 people each year in the United States.
Below are the lists of fatal dog attacks in the United States reported by the news media, published in scholarly papers, or mentioned through other sources. In the lists below, the breed is assigned by the sources.
Name of the file: dog_attacks.csv
The file contains the following columns:
CREATE TABLE dog_attacks (
"date" VARCHAR,
"year" BIGINT,
"city" VARCHAR,
"state" VARCHAR,
"vic_name" VARCHAR,
"vic_age" VARCHAR,
"dog_type" VARCHAR,
"desc" VARCHAR
);Anyone who has the link will be able to view this.