Mushroom Attributes
Can you predict if a Mushroom is poisonous or edible?
@kaggle.ulrikthygepedersen_mushroom_attributes
Can you predict if a Mushroom is poisonous or edible?
@kaggle.ulrikthygepedersen_mushroom_attributes
CREATE TABLE mushroom (
"cap_shape" VARCHAR,
"cap_surface" VARCHAR,
"cap_color" VARCHAR,
"bruises_3f" 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,
"class" VARCHAR
);
Anyone who has the link will be able to view this.