Online Business Sales 2017-2019
Dataset is actual sales from online store between 2017-2019
@kaggle.tylermorse_retail_business_sales_20172019
Dataset is actual sales from online store between 2017-2019
@kaggle.tylermorse_retail_business_sales_20172019
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.
Includes online sales, profit, units sold, shipping, returns, time of order, and more!
Help out a small business in anyway possible!
CREATE TABLE business_retailsales (
"product_type" VARCHAR,
"net_quantity" BIGINT,
"gross_sales" DOUBLE,
"discounts" DOUBLE,
"returns" DOUBLE,
"total_net_sales" DOUBLE
);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
);Anyone who has the link will be able to view this.