👔 Shein Men’s 1K Fashion Insights
Unveiling Style Trends in Shein’s Men’s Apparel Collection
@kaggle.kanchana1990_shein_mens_1k_fashion_insights
Unveiling Style Trends in Shein’s Men’s Apparel Collection
@kaggle.kanchana1990_shein_mens_1k_fashion_insights
CREATE TABLE shein_mens_fashion (
"product_id" BIGINT,
"sku" VARCHAR,
"url" VARCHAR,
"title" VARCHAR,
"color" VARCHAR,
"sale_price_amount" DOUBLE,
"sale_price_amount_with_symbol" VARCHAR,
"retail_price_amount" DOUBLE,
"retail_price_amount_with_symbol" VARCHAR,
"discount_percentage" BIGINT,
"category_name" VARCHAR,
"category_id" BIGINT,
"description" VARCHAR,
"reviews_count" BIGINT,
"average_rating" DOUBLE
);
Anyone who has the link will be able to view this.