Predict New York Dog Bites
Can you tell when it will happen??????
@kaggle.stealthtechnologies_predict_new_york_dog_bites
Can you tell when it will happen??????
@kaggle.stealthtechnologies_predict_new_york_dog_bites
This dataset contains records of dog bite incidents, with detailed information about the dog, the location, and the circumstances of each bite. Below is an overview of the dataset structure and the key attributes:
UniqueID:
DateOfBite:
Species:
Breed:
Age:
Gender:
SpayNeuter:
Borough:
ZipCode:
CREATE TABLE dog_bites_data (
"uniqueid" BIGINT,
"dateofbite" VARCHAR,
"species" VARCHAR,
"breed" VARCHAR,
"age" VARCHAR,
"gender" VARCHAR,
"spayneuter" BOOLEAN,
"borough" VARCHAR,
"zipcode" VARCHAR
);Anyone who has the link will be able to view this.