Diamond Dataset
Unearthing the Hidden Facets of Diamond Attributes.
@kaggle.lovishbansal123_diamond_dataset
Unearthing the Hidden Facets of Diamond Attributes.
@kaggle.lovishbansal123_diamond_dataset
CREATE TABLE diamonds (
"unnamed_0" BIGINT,
"carat" DOUBLE,
"cut" VARCHAR,
"color" VARCHAR,
"clarity" VARCHAR,
"depth" DOUBLE,
"table" DOUBLE,
"price" BIGINT,
"x" DOUBLE,
"y" DOUBLE,
"z" DOUBLE
);
Anyone who has the link will be able to view this.