Baselight

E- Commerce Dataset

E-Commerce Dataset with Products, Customers, Sales Trends, and Shipping Insights

@kaggle.malaiarasugraj_e_commerce_dataset

Diversified Ecommerce Dataset
@kaggle.malaiarasugraj_e_commerce_dataset.diversified_ecommerce_dataset

  • 16.28 MB
  • 1000000 rows
  • 16 columns
product_id

Product ID

product_name

Product Name

category

Category

price

Price

discount

Discount

tax_rate

Tax Rate

stock_level

Stock Level

supplier_id

Supplier ID

customer_age_group

Customer Age Group

customer_location

Customer Location

customer_gender

Customer Gender

shipping_cost

Shipping Cost

shipping_method

Shipping Method

return_rate

Return Rate

seasonality

Seasonality

popularity_index

Popularity Index

P6879JacketApparel53.85515150S53535-44New York, USAMale23.32Standard4.49Yes56
P5132CameraElectronics761.261015224S58325-34London, UKFemale20.88Overnight16.11No79
P2941SneakersFootwear1756.7658468S11825-34Tokyo, JapanNon-Binary16.43Standard4.93No40
P8545CookbooksBooks295.24101525S10418-24Paris, FranceFemale27.49Standard1.31No93
P4594CameraElectronics8321012340S33155+Tokyo, JapanMale45.93Overnight4.37No56
P1388Non-FictionBooks584.19158204S52345-54SingaporeFemale40.12Express19.03No91
P7313Running ShoesFootwear1343.9510493S87818-24Sydney, AustraliaFemale35.91Overnight17.73Yes41
P1060BlenderHome Appliances1873.5215349S39618-24Phoenix, USAMale46.42Standard4.79No60
P1241FictionBooks1586.65255237S18335-44Cape Town, South AfricaMale33.1Express2.55Yes90
P9687HeelsFootwear1975.69208132S67218-24New York, USAFemale5.25Overnight16.5Yes96

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
);

Share link

Anyone who has the link will be able to view this.