Baselight

Diamonds Sale Data

This classic dataset contains the prices

@kaggle.sahilnbajaj_diamonds_sale_data

Diamonds
@kaggle.sahilnbajaj_diamonds_sale_data.diamonds

  • 507.29 KB
  • 53940 rows
  • 10 columns
carat

Carat

cut

Cut

color

Color

clarity

Clarity

depth

Depth

table

Table

price

Price

x

X

y

Y

z

Z

0.23IdealESI261.5553263.953.982.43
0.21PremiumESI159.8613263.893.842.31
0.23GoodEVS156.9653274.054.072.31
0.29PremiumIVS262.4583344.24.232.63
0.31GoodJSI263.3583354.344.352.75
0.24Very GoodJVVS262.8573363.943.962.48
0.24Very GoodIVVS162.3573363.953.982.47
0.26Very GoodHSI161.9553374.074.112.53
0.22FairEVS265.1613373.873.782.49
0.23Very GoodHVS159.46133844.052.39

CREATE TABLE diamonds (
  "carat" DOUBLE,
  "cut" VARCHAR,
  "color" VARCHAR,
  "clarity" VARCHAR,
  "depth" DOUBLE,
  "table" DOUBLE,
  "price" BIGINT,
  "x" DOUBLE,
  "y" DOUBLE,
  "z" DOUBLE
);

Share link

Anyone who has the link will be able to view this.