Baselight

Diamond Dataset

Unearthing the Hidden Facets of Diamond Attributes.

@kaggle.lovishbansal123_diamond_dataset

Diamonds
@kaggle.lovishbansal123_diamond_dataset.diamonds

  • 824.26 KB
  • 53940 rows
  • 11 columns
unnamed_0

Unnamed: 0

carat

Carat

cut

Cut

color

Color

clarity

Clarity

depth

Depth

table

Table

price

Price

x

X

y

Y

z

Z

10.23IdealESI261.5553263.953.982.43
20.21PremiumESI159.8613263.893.842.31
30.23GoodEVS156.9653274.054.072.31
40.29PremiumIVS262.4583344.24.232.63
50.31GoodJSI263.3583354.344.352.75
60.24Very GoodJVVS262.8573363.943.962.48
70.24Very GoodIVVS162.3573363.953.982.47
80.26Very GoodHSI161.9553374.074.112.53
90.22FairEVS265.1613373.873.782.49
100.23Very GoodHVS159.46133844.052.39

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
);

Share link

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