git404hub

what is brazilian-e-commerce-analytics-powerbi-sql fr?

ankitsharma071/brazilian-e-commerce-analytics-powerbi-sql — explained in plain English

Analysis updated 2026-05-18

1Audience · dataComplexity · 1/5Setup · easy

tl;dr

A portfolio project combining MySQL analysis and Power BI dashboards to explore a Brazilian e-commerce dataset, including customer segmentation and sales insights.

vibe map

mindmap
  root((BR E-Commerce Analytics))
    What it does
      SQL plus Power BI analysis
      Olist marketplace dataset
      RFM segmentation
    Tech stack
      MySQL
      Power BI
      DAX
      Power Query
    Use cases
      Study SQL techniques
      Build dashboards
      Customer segmentation
    Audience
      Data analysts
      BI learners

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Study SQL techniques like window functions and CTEs applied to a real e-commerce dataset.

VIBE 2

Learn how to build RFM customer segmentation from order data.

VIBE 3

See an example Power BI executive and customer analytics dashboard layout.

VIBE 4

Reference example SQL queries for sales, seller, and delivery performance analysis.

what's the stack?

MySQLPower BIDAXPower QuerySQL

how it stacks up fr

ankitsharma071/brazilian-e-commerce-analytics-powerbi-sql0xkinno/neuralvault0xlocker/d17-contracts
Stars111
LanguageTypeScriptSolidity
Setup difficultyeasyhardhard
Complexity1/54/55/5
Audiencedatadeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Needs MySQL to run the SQL scripts and Power BI Desktop to open the .pbix dashboard file.

in plain english

This repository is a business analytics portfolio project built around a public dataset of over 100,000 real orders from Olist, a Brazilian online marketplace. It combines MySQL for data analysis with Power BI for building interactive dashboards, turning raw order and customer records into a set of readable business reports. The project centers on two dashboards. An executive dashboard reports overall numbers such as total revenue, total orders, average order value, total customers, and average review score. A customer analytics dashboard digs deeper into behavior, tracking active customers, how many customers come back to buy again, average spend per customer, and how recently customers have purchased. Alongside these, the project applies RFM segmentation, a common marketing technique that groups customers by how Recently, Frequently, and how much Money they have spent, sorting them into labels like Champions, Loyal, New, Regular, and At-Risk. The SQL work behind the dashboards covers several areas: sales trends by month, state, and product category, customer lifetime and repeat purchase patterns, freight cost and delivery time analysis by product category, and seller performance including revenue and ratings. To build these, the author uses joins, common table expressions, SQL views, case statements, window functions, and ranking functions like NTILE and DENSE_RANK. Some of the specific findings reported are that only 3.12 percent of customers are repeat buyers, that logistics heavy product categories carry noticeably higher freight costs, and that the top 544 sellers generate 80 percent of total marketplace revenue, following the well known 80/20 pattern seen in many businesses. The repository is organized into a dashboard folder holding the Power BI file, an images folder with dashboard screenshots, and a SQL files folder containing separate scripts for sales, RFM, product, seller, and customer analysis. It is presented by the author, a mechanical engineering undergraduate, as a portfolio piece demonstrating SQL and business intelligence skills rather than a tool meant to be installed or run as software.

prompts (copy fr)

prompt 1
Explain how the RFM segmentation SQL in this repo classifies customers into groups.
prompt 2
Walk me through the window functions and CTEs used in the Sales_Analysis.sql file.
prompt 3
How would I adapt this Power BI dashboard structure to a different retail dataset?
prompt 4
Summarize the key business insights this analysis found about repeat customers and sellers.

Frequently asked questions

what is brazilian-e-commerce-analytics-powerbi-sql fr?

A portfolio project combining MySQL analysis and Power BI dashboards to explore a Brazilian e-commerce dataset, including customer segmentation and sales insights.

How hard is brazilian-e-commerce-analytics-powerbi-sql to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is brazilian-e-commerce-analytics-powerbi-sql for?

Mainly data.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.