Diamonds Price Dataset
Diamonds Price by their size and other attributes
@kaggle.amirhosseinmirzaie_diamonds_price_dataset
Diamonds Price by their size and other attributes
@kaggle.amirhosseinmirzaie_diamonds_price_dataset
CREATE TABLE diamonds (
"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.