Cartier Jewelry - Catalog
Analyze jewelry by their metal, gems and other attributes
@kaggle.marcelopesse_cartier_jewelry_catalog
Analyze jewelry by their metal, gems and other attributes
@kaggle.marcelopesse_cartier_jewelry_catalog
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.
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.
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.
CREATE TABLE cartier_catalog (
"ref" VARCHAR,
"categorie" VARCHAR,
"title" VARCHAR,
"price" DOUBLE,
"tags" VARCHAR,
"description" VARCHAR,
"image" VARCHAR
);Anyone who has the link will be able to view this.