Oranges Vs. Grapefruit
Orange and grapefruit diameter, weight, and color data.
@kaggle.joshmcadams_oranges_vs_grapefruit
Orange and grapefruit diameter, weight, and color data.
@kaggle.joshmcadams_oranges_vs_grapefruit
CREATE TABLE citrus (
"name" VARCHAR,
"diameter" DOUBLE,
"weight" DOUBLE,
"red" BIGINT,
"green" BIGINT,
"blue" BIGINT
);
Anyone who has the link will be able to view this.