E-commerce Big Dataset From Multi Category (60k+)
ecommerce big data from Asos ecommerce platform.There are various category data.
@kaggle.imrulhasanrobi_e_commerce_big_dataset_from_multi_category
ecommerce big data from Asos ecommerce platform.There are various category data.
@kaggle.imrulhasanrobi_e_commerce_big_dataset_from_multi_category
CREATE TABLE asosmenfashion (
"product_id" BIGINT,
"brand_name" VARCHAR,
"title" VARCHAR,
"current_price" DOUBLE,
"previous_price" DOUBLE,
"colour" VARCHAR,
"currency" VARCHAR,
"rrp" DOUBLE,
"productcode" BIGINT,
"producttype" VARCHAR
);
CREATE TABLE asoswomenfashion (
"product_id" BIGINT,
"brand_name" VARCHAR,
"title" VARCHAR,
"current_price" DOUBLE,
"previous_price" DOUBLE,
"colour" VARCHAR,
"currency" VARCHAR,
"rrp" DOUBLE,
"productcode" BIGINT,
"producttype" VARCHAR
);
Anyone who has the link will be able to view this.