Baselight

UCI Mushroom Dataset

Dataset with Binary Classification

@kaggle.rinichristy_uci_mushroom_dataset

Mushroom Data
@kaggle.rinichristy_uci_mushroom_dataset.mushroom_data

  • 59.3 KB
  • 8124 rows
  • 23 columns
mushroom_quality

Mushroom Quality

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

stalkshape

Stalkshape

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 mushroom_data (
  "mushroom_quality" 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,
  "stalkshape" 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.