Kingston Supermarket Sales
A case study of sales of a supermart showcase a dashboard
@kaggle.akinbosede_kingston_supermarket_sales_dashboard
A case study of sales of a supermart showcase a dashboard
@kaggle.akinbosede_kingston_supermarket_sales_dashboard
CREATE TABLE kingston_supermarket_sales (
"invoice_id" VARCHAR,
"branch" VARCHAR,
"city" VARCHAR,
"customer_type" VARCHAR,
"gender" VARCHAR,
"product_line" VARCHAR,
"n__unit_price" VARCHAR,
"quantity" DOUBLE,
"n__cogs" VARCHAR,
"tax_5" DOUBLE,
"n__total" VARCHAR,
"date" TIMESTAMP,
"time" VARCHAR,
"payment" VARCHAR,
"gross_margin_percentage" DOUBLE,
"gross_income" DOUBLE,
"rating" DOUBLE,
"unnamed_17" VARCHAR,
"unnamed_18" VARCHAR,
"unnamed_19" VARCHAR,
"unnamed_20" VARCHAR,
"unnamed_21" VARCHAR,
"unnamed_22" DOUBLE,
"unnamed_23" VARCHAR,
"unnamed_24" DOUBLE
);
Anyone who has the link will be able to view this.