Baselight

Cartier Jewelry - Catalog

Analyze jewelry by their metal, gems and other attributes

@kaggle.marcelopesse_cartier_jewelry_catalog

Loading...
Loading...

About this Dataset

Cartier Jewelry - Catalog

Context

On my spare time I'm a silversmith, since eventually I plan on selling some pieces, any info on how the pricing and catalogue of a jewelry store is appreciated.
Cartier is one of the biggest Jewelry sellers and one of the most famous, so I started with then.

Content

This dataset contains some info on the pieces scraped from the Cartier website on 04/2020.
They have ref. number, price, some info on composition and some general info on the pieces available on the catalog.

Inspiration

The data is enough to generate some knowledge of the price and distribution of the catalog, but I would like to have acess to the same info from diferent suppliers and sellers.

Tables

Cartier Catalog

@kaggle.marcelopesse_cartier_jewelry_catalog.cartier_catalog
  • 43.44 KB
  • 692 rows
  • 7 columns
Loading...

CREATE TABLE cartier_catalog (
  "ref" VARCHAR,
  "categorie" VARCHAR,
  "title" VARCHAR,
  "price" DOUBLE,
  "tags" VARCHAR,
  "description" VARCHAR,
  "image" VARCHAR
);

Share link

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