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
Footwear price data scraped from SHEIN US website.
Also contains colour info, review info and product image links.
Null values in price column suggest that the product is out of stock.
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.