Baselight

Animal Condition

As you delve into the "Animal Condition Classification Dataset," they are poised

@kaggle.willianoliveiragibin_animal_condition

Data
@kaggle.willianoliveiragibin_animal_condition.data

  • 22.21 KB
  • 871 rows
  • 7 columns
animalname

AnimalName

symptoms1

Symptoms1

symptoms2

Symptoms2

symptoms3

Symptoms3

symptoms4

Symptoms4

symptoms5

Symptoms5

dangerous

Dangerous

DogFeverDiarrheaVomitingWeight lossDehydrationYes
DogFeverDiarrheaCoughingTirednessPainsYes
DogFeverDiarrheaCoughingVomitingAnorexiaYes
DogFeverDifficulty breathingCoughingLethargySneezingYes
DogFeverDiarrheaCoughingLethargyBlue EyeYes
DogFeverRespiratory distressSeizuersHyperesthesiaSudden deathYes
DogUlcersDiarrheaPoor AppetiteTarry StoolEnlarged lymph nodesYes
DogFacial SwellingBloody DroolFoul BreathUnable To EatLossened TeethYes
DogFeverDifficulty breathingThrist and urinationWeight lossEnlarged lymph nodes or SwellingYes
DogSwelling on legPainfullNasal DischargeBroken BonesNasal DischargeYes

CREATE TABLE data (
  "animalname" VARCHAR,
  "symptoms1" VARCHAR,
  "symptoms2" VARCHAR,
  "symptoms3" VARCHAR,
  "symptoms4" VARCHAR,
  "symptoms5" VARCHAR,
  "dangerous" VARCHAR
);

Share link

Anyone who has the link will be able to view this.