Baselight

Sales Performance

Creating a dashboard to visualize the sales data for a fictional retail store.

@kaggle.babatundezenith_sales_viz

Loading...
Loading...

About this Dataset

Sales Performance

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

Tables

Sales Data

@kaggle.babatundezenith_sales_viz.sales_data
  • 18.09 KB
  • 1000 rows
  • 4 columns
Loading...

CREATE TABLE sales_data (
  "customer_id" BIGINT,
  "product" VARCHAR,
  "sales_amount" DOUBLE,
  "sale_date" TIMESTAMP
);

Share link

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