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
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.