Skip to content

leandrogallo-dev/sanoyfresco-sales-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧾 SanoyFresco Sales Analytics

SQL Data Analytics Data Engineering Business Intelligence GitHub

📊 Project Overview

SanoyFresco Sales Analytics is a data analytics and business intelligence project focused on analyzing retail transactional data to extract meaningful insights about sales performance, customer behavior, and product trends.

The project simulates a real-world data analytics workflow, where raw sales data is transformed into insights through:

  • SQL data analysis
  • Python-based data processing
  • Business Intelligence dashboards using Power BI

The goal is to demonstrate how data can support business decision-making in retail environments.


🎯 Objectives

The main goals of this project are:

  • Analyze business revenue trends
  • Identify top-performing products
  • Understand customer purchasing behavior
  • Evaluate department and section performance
  • Calculate key sales metrics
  • Discover product purchase associations

These insights help businesses:

  • optimize store layout
  • improve cross-selling strategies
  • identify high-value customers
  • monitor sales performance

📊 Power BI Dashboards

The project includes interactive Power BI dashboards to visualize business metrics and product associations.


📈 Sales Performance Dashboard

Sales Dashboard Sales Dashboard

This dashboard provides an overview of the overall business performance.

Key KPIs

KPI Description
Ventas Totales Total revenue generated by the business
Clientes Totales Number of unique customers
Ticket Medio por Pedido Average order value
Ticket Medio por Cliente Average spending per customer

🛒 Market Basket Analysis

See the full documentation here:

Open Documentation

This dashboard focuses on product association analysis.

Market Basket Analysis identifies products that are frequently purchased together.


Key Metrics

Metric Description
Número de Reglas Total association rules detected
Confianza Media Average probability that product B is purchased when product A is purchased
Lift Medio Strength of association between products

Association Rules Table

The table shows detected product relationships:

Column Description
Antecedente Product A
Consecuente Product B
Lift Strength of the association

🗂 Dataset

The dataset represents transactional sales data from a retail system.

The main table analyzed is: tickets

It includes fields such as:

Column Description
id_pedido Order identifier
id_cliente Customer identifier
nombre_producto Product name
id_departamento Department identifier
id_seccion Section identifier
cantidad Quantity sold
precio_total Total price of the transaction
fecha Transaction date

This structure allows performing multiple types of analysis including product performance, revenue tracking, and customer segmentation.


🛠 Technologies Used

This project uses:

  • SQL
  • SQL Server
  • POWER BI
  • Git & GitHub
  • Data Analysis Techniques

Concepts applied:

  • Aggregations (SUM, AVG, COUNT)
  • Data grouping (GROUP BY)
  • Ranking queries (TOP)
  • Subqueries
  • Revenue analysis
  • Customer metrics

📈 Example Insights

The analysis can generate insights such as:

  • Monthly sales trends
  • Best-selling products
  • Most valuable customers
  • Department revenue distribution
  • Average order value

These metrics are commonly used in business intelligence dashboards and retail analytics systems.


📂 Repository Structure

sanoyfresco-sales-analytics
│
├── dashboard/ # dashboard from power BI
├── datasets/  # Dataset used for the analysis
├── sql/       # SQL scripts with analytical queries
│
├── docs/      # Project documentation
│
├── README.md  # Project documentation
└── LICENSE

🛡️ License

This project is licensed under the MIT License. You are free to use, modify, and share this project with proper attribution.


👨‍💻 About Me

Hi! I'm Leandro Gallo, a Systems Engineering student from Argentina with a strong interest in:

  • Data Engineering
  • Data Analytics
  • Backend Development
  • Cybersecurity
  • Software Development

I enjoy building data pipelines, automation tools, and data-driven systems, and I am currently developing projects to strengthen my skills in data architecture, SQL development, and analytics.

This repository is part of my technical portfolio, where I showcase projects related to:

  • Data Warehousing
  • ETL Pipelines
  • Data Modeling
  • Analytics

🔗 Connect With Me

📧 Email
leandrogallo698@gmail.com

About

Area: Data Analytics / Business Intelligence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors