Shein Footwear Dataset
Footwear listings craped from Shein US
@kaggle.atharvataras_shein_footwear_dataset
Footwear listings craped from Shein US
@kaggle.atharvataras_shein_footwear_dataset
CREATE TABLE shein_footwear_clean (
"name" VARCHAR,
"link" VARCHAR,
"price_usd" DOUBLE,
"mark_price_usd" DOUBLE,
"star_rating" DOUBLE,
"colour" VARCHAR,
"seller_name" VARCHAR,
"review_count" VARCHAR,
"sku_id" VARCHAR,
"hero_image" VARCHAR
);
Anyone who has the link will be able to view this.