Sales Performance
Creating a dashboard to visualize the sales data for a fictional retail store.
@kaggle.babatundezenith_sales_viz
Creating a dashboard to visualize the sales data for a fictional retail store.
@kaggle.babatundezenith_sales_viz
This fictional sales dataset was created using a R code for the purpose of visualizing trends in customer demographics, product performance, and sales over time.
A link to my Github repository containing all the codes used in generating the data frame and all the preceding processes can be found here
CREATE TABLE sales_data (
"customer_id" BIGINT,
"product" VARCHAR,
"sales_amount" DOUBLE,
"sale_date" TIMESTAMP
);Anyone who has the link will be able to view this.