Baselight

Mushroom Classification

Safe to eat or deadly poison?

@kaggle.uciml_mushroom_classification

Mushrooms
@kaggle.uciml_mushroom_classification.mushrooms

  • 59.21 KB
  • 8124 rows
  • 23 columns
class

Class

cap_shape

Cap-shape

cap_surface

Cap-surface

cap_color

Cap-color

bruises

Bruises

odor

Odor

gill_attachment

Gill-attachment

gill_spacing

Gill-spacing

gill_size

Gill-size

gill_color

Gill-color

stalk_shape

Stalk-shape

stalk_root

Stalk-root

stalk_surface_above_ring

Stalk-surface-above-ring

stalk_surface_below_ring

Stalk-surface-below-ring

stalk_color_above_ring

Stalk-color-above-ring

stalk_color_below_ring

Stalk-color-below-ring

veil_type

Veil-type

veil_color

Veil-color

ring_number

Ring-number

ring_type

Ring-type

spore_print_color

Spore-print-color

population

Population

habitat

Habitat

pxsntpfcnkeesswwpwopksu
exsytafcbkecsswwpwopnng
ebswtlfcbnecsswwpwopnnm
pxywtpfcnneesswwpwopksu
exsgfnfwbktesswwpwoenag
exyytafcbnecsswwpwopkng
ebswtafcbgecsswwpwopknm
ebywtlfcbnecsswwpwopnsm
pxywtpfcnpeesswwpwopkvg
ebsytafcbgecsswwpwopksm

CREATE TABLE mushrooms (
  "class" VARCHAR,
  "cap_shape" VARCHAR,
  "cap_surface" VARCHAR,
  "cap_color" VARCHAR,
  "bruises" VARCHAR,
  "odor" VARCHAR,
  "gill_attachment" VARCHAR,
  "gill_spacing" VARCHAR,
  "gill_size" VARCHAR,
  "gill_color" VARCHAR,
  "stalk_shape" VARCHAR,
  "stalk_root" VARCHAR,
  "stalk_surface_above_ring" VARCHAR,
  "stalk_surface_below_ring" VARCHAR,
  "stalk_color_above_ring" VARCHAR,
  "stalk_color_below_ring" VARCHAR,
  "veil_type" VARCHAR,
  "veil_color" VARCHAR,
  "ring_number" VARCHAR,
  "ring_type" VARCHAR,
  "spore_print_color" VARCHAR,
  "population" VARCHAR,
  "habitat" VARCHAR
);

Share link

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