Lumpy Skin Disease Dataset
Skin Disease Detection using Machine Learning
@kaggle.saurabhshahane_lumpy_skin_disease_dataset
Skin Disease Detection using Machine Learning
@kaggle.saurabhshahane_lumpy_skin_disease_dataset
CREATE TABLE lumpy_skin_disease_data (
"x" DOUBLE,
"y" DOUBLE,
"region" VARCHAR,
"country" VARCHAR,
"reportingdate" VARCHAR,
"cld" DOUBLE,
"dtr" DOUBLE,
"frs" DOUBLE,
"pet" DOUBLE,
"pre" DOUBLE,
"tmn" DOUBLE,
"tmp" DOUBLE,
"tmx" DOUBLE,
"vap" DOUBLE,
"wet" DOUBLE,
"elevation" BIGINT,
"dominant_land_cover" BIGINT,
"x5_ct_2010_da" DOUBLE,
"x5_bf_2010_da" DOUBLE,
"lumpy" BIGINT
);
Anyone who has the link will be able to view this.