E- Commerce Dataset
E-Commerce Dataset with Products, Customers, Sales Trends, and Shipping Insights
@kaggle.malaiarasugraj_e_commerce_dataset
E-Commerce Dataset with Products, Customers, Sales Trends, and Shipping Insights
@kaggle.malaiarasugraj_e_commerce_dataset
CREATE TABLE diversified_ecommerce_dataset (
"product_id" VARCHAR,
"product_name" VARCHAR,
"category" VARCHAR,
"price" DOUBLE,
"discount" BIGINT,
"tax_rate" BIGINT,
"stock_level" BIGINT,
"supplier_id" VARCHAR,
"customer_age_group" VARCHAR,
"customer_location" VARCHAR,
"customer_gender" VARCHAR,
"shipping_cost" DOUBLE,
"shipping_method" VARCHAR,
"return_rate" DOUBLE,
"seasonality" VARCHAR,
"popularity_index" BIGINT
);
Anyone who has the link will be able to view this.