Baselight

Department Store Sales Dataset

Sales by salespeople at a department store.

@kaggle.raphaelpuziol_department_store_sales_dataset

Department Store Dataset
@kaggle.raphaelpuziol_department_store_sales_dataset.department_store_dataset

  • 789.09 KB
  • 41629 rows
  • 9 columns
seller

Seller

department

Department

revenue

Revenue

revenue_goal

Revenue Goal

margin

Margin

margin_goal

Margin Goal

date

Date

sales_quantity

Sales Quantity

customers

Customers

Letícia NascimentoEletrônicos6139.411857.660.140.18Sun Jan 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)50213
Ana SousaEletrônicos7044.965236.010.30.17Sun Jan 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)52256
Gustavo MartinsEletrônicos4109.851882.470.140.2Sun Jan 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)33189
Beatriz SantosVestuário315.32069.080.20.17Sun Jan 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)26
Camila LimaVestuário1672.333587.070.240.14Sun Jan 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1250
Thiago BarbosaAcessórios2884.522005.190.40.44Sun Jan 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2348
Letícia RibeiroAcessórios3414.281302.340.260.42Sun Jan 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)3066
Enzo NascimentoCasa9427.775667.340.370.3Sun Jan 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)82186
Guilherme SantosCasa6039.197901.410.230.29Sun Jan 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)4285
Vitória RibeiroBrinquedo6593.464112.010.360.26Sun Jan 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)59240

CREATE TABLE department_store_dataset (
  "seller" VARCHAR,
  "department" VARCHAR,
  "revenue" DOUBLE,
  "revenue_goal" DOUBLE,
  "margin" DOUBLE,
  "margin_goal" DOUBLE,
  "date" TIMESTAMP,
  "sales_quantity" BIGINT,
  "customers" BIGINT
);

Share link

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