Baselight

Diamonds Sale Data

This classic dataset contains the prices

@kaggle.sahilnbajaj_diamonds_sale_data

Loading...
Loading...

About this Dataset

Diamonds Sale Data

This classic dataset contains the prices and other attributes of almost 54,000 diamonds. It's a great dataset for beginners learning to work with data analysis and visualisation.

Tables

Diamonds

@kaggle.sahilnbajaj_diamonds_sale_data.diamonds
  • 507.29 KB
  • 53940 rows
  • 10 columns
Loading...

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.