Baselight

Online Business Sales 2017-2019

Dataset is actual sales from online store between 2017-2019

@kaggle.tylermorse_retail_business_sales_20172019

Loading...
Loading...

About this Dataset

Online Business Sales 2017-2019

Context

The datasets are from a unnamed business' online retail sales. Unfortunately, they have had to cut back from 25 employees to 5 because of the economic downturn with the corona virus. Lets help them out with some informative kernels and visualizations! Anything and everything helps!

*I have permission to post the dataset.

Content

Includes online sales, profit, units sold, shipping, returns, time of order, and more!

Inspiration

Help out a small business in anyway possible!

Tables

Business Retailsales

@kaggle.tylermorse_retail_business_sales_20172019.business_retailsales
  • 19.09 KB
  • 1775 rows
  • 6 columns
Loading...

CREATE TABLE business_retailsales (
  "product_type" VARCHAR,
  "net_quantity" BIGINT,
  "gross_sales" DOUBLE,
  "discounts" DOUBLE,
  "returns" DOUBLE,
  "total_net_sales" DOUBLE
);

Business Retailsales2

@kaggle.tylermorse_retail_business_sales_20172019.business_retailsales2
  • 8.38 KB
  • 36 rows
  • 9 columns
Loading...

CREATE TABLE business_retailsales2 (
  "month" VARCHAR,
  "year" BIGINT,
  "total_orders" BIGINT,
  "gross_sales" DOUBLE,
  "discounts" DOUBLE,
  "returns" DOUBLE,
  "net_sales" DOUBLE,
  "shipping" DOUBLE,
  "total_sales" DOUBLE
);

Share link

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