Baselight

Department Store Sales Dataset

Sales by salespeople at a department store.

@kaggle.raphaelpuziol_department_store_sales_dataset

Loading...
Loading...

About this Dataset

Department Store Sales Dataset

Description

This dataset contains information about daily sales conducted by salespeople in a department store, spanning from 2017 to 2022. The primary purpose of this dataset is to provide a robust and versatile foundation for learning data visualization and manipulation. For this reason, all data contained herein is fictional and bears no relation to real companies.

Key Features

  • Seller: Salesperson's name.
  • Department: Department to which the salesperson belongs.
  • Revenue: Revenue generated by the salesperson on the respective day.
  • Revenue Goal: Salesperson's revenue goal for the respective day.
  • Margin: Gross profit margin achieved by the salesperson on the respective day.
  • Margin Goal: Salesperson's profit margin goal for the respective day.
  • Date: Date on which the sales were recorded.
  • Sales Quantity: Number of customers who actually made a purchase.
  • Customers: Total number of customers served.

Tables

Department Store Dataset

@kaggle.raphaelpuziol_department_store_sales_dataset.department_store_dataset
  • 789.09 KB
  • 41629 rows
  • 9 columns
Loading...

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.