Skip to content
View diegoporto10's full-sized avatar
  • João Pessoa, Brazil

Block or report diegoporto10

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
diegoporto10/README.md

Hi 👋, I'm Diego Porto

Data Analyst | Power BI & Python Enthusiast | Turning Data into Insights
From João Pessoa, Brazil (UTC−03)

Power BI SQL Python Tableau Email


About Me

I’m a data analyst passionate about transforming raw information into clear, actionable insights.
I focus on clean data models, clear KPIs, and pragmatic storytelling that drive decisions.

  • 🐍 Python for Data Science (Pandas, NumPy, Matplotlib, Seaborn)
  • 📊 Visualization (Power BI, Tableau)
  • 🧱 SQL for querying & modeling
  • 🧭 Dashboards that support decision-making

Featured Projects

🔵 NEW (Tableau) — Brazilian Capitals 2025: Quality of Life, Costs & Investment

Domain: Urban & Real Estate • Stack: Tableau, Python (prep), Excel • Focus city: João Pessoa (PB)

Three stories analyzing Brazilian capitals in 2025, highlighting João Pessoa as a prime city to live and invest — combining low cost of living, high appreciation, and top STR yield.

🔗 Tableau Public (all stories):
https://public.tableau.com/app/profile/diego.porto.de.vasconcelos.ribeiro/vizzes

1) Quality of Life in Brazilian Capitals (2025)

  • Green area per capita • Average commuting time • Numbeo index
  • João Pessoa leads on mobility & overall quality
    Quality of Life

2) Cost of Living & Housing Market (2025)

  • Rent for 2BR • Prime-zone price per m² • Monthly cost per person
  • João Pessoa remains affordable vs. SP/RJ
    Cost & Market

3) Real Estate Opportunities 2025

  • Prime m² price • Annual appreciation (FipeZAP) • Airbnb STR Yield
  • João Pessoa: 18.25% appreciation + 13% STR yield
    Opportunities

1) HR Analytics — Attrition & Tenure (Power BI)

Domain: People Analytics • Stack: Power BI, Power Query, SQL • Dataset: IBM HR (public)

Explored attrition drivers (overtime, travel frequency, compa-ratio).
Segmented risk cohorts and proposed retention levers prioritized by impact vs. cost.

Live demos

HR Analytics — Overview demo

HR Analytics — Quick Wins demo

Links:


2) Retail Sales Intelligence — Executive BI

Domain: Retail • Stack: Power BI, DAX, Excel • Dataset: Kaggle (5k+ rows)

Identified a 12% MoM drop tied to stockouts; recommended inventory buffer & vendor consolidation.

Retail Executive Overview

Links:


3) João Pessoa Real Estate — Market Insights

Domain: Real Estate • Stack: Power BI, Python (Pandas, Matplotlib), SQL • Dataset: Local listings & indexes

Analyzed João Pessoa’s housing market, with focus on:

  • 📈 Property appreciation trends
  • ⚖️ Risk vs. return analysis
  • 🏙 Quality of life index by neighborhood

Quality of Life by Neighborhood

Risk vs Return

Property Value Appreciation

Links:


4) Python Data Cleaning Script

Goal: Reusable Pandas pipeline for fast data cleaning (rename/trim, type fixing, dedupe, coercions, and deriving age/tenure bands).

Repo: https://github.com/diegoporto10/data-cleaning-python

Quickstart (Windows / PowerShell):

# 1) Create & activate venv
python -m venv .venv &&
.\.venv\Scripts\activate

# 2) Install dependencies
pip install -r requirements.txt

# 3) Run cleaner
python src\clean.py --input data\raw\sample.csv ^
                    --output data\processed\clean.csv ^
                    --int-cols age,years_at_company

Popular repositories Loading

  1. diegoporto10 diegoporto10 Public

    Config files for my GitHub profile.

  2. diegoporto10.github.io diegoporto10.github.io Public

    HTML

  3. retail-sales-intelligence-pbi retail-sales-intelligence-pbi Public

    Executive Power BI dashboard tracking revenue, margin and holiday sales.

  4. hr-analytics-attrition hr-analytics-attrition Public

    HR Analytics — Attrition & Tenure (Power BI)

  5. data-cleaning-python data-cleaning-python Public

    Reusable Pandas pipeline for cleaning tabular data (trim, types, dedupe, banding)

    Python

  6. joao-pessoa-real-estate joao-pessoa-real-estate Public