Skip to content

ijeomaoku/EV-nest-sql-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EV-nest-sql-analysis

SQL-based EV charging analysis with revenue insights and visualization

Made with SQL Data Analysis

Project Overview

This project analyzes electric vehicle (EV) charging sessions using SQL to explore usage patterns, charger performance, and revenue across different cities. The goal is to practice SQL for data analysis while combining it with Excel for reporting and visualization.

Instead of using Python, all visualizations in this project were created in Microsoft Excel, using pivot-style summary tables and charts. This demonstrates practical skills in both SQL (for analysis) and Excel (for business-focused reporting), which are essential tools for entry-level data analyst roles.

Key Features

  • SQL analysis of EV charging session data
  • Revenue, usage pattern, and peak-hour calculations
  • Visualizations created entirely in Microsoft Excel
  • Pivot-style summary tables for business insights
  • Clean, professional GitHub project structure

Visualizations

All project visualizations were created using Microsoft Excel Pivot-style charts and exported as PNG images for display.
A full Excel workbook containing raw data, pivot summaries, and charts is available in the excel/ folder.

Revenue by City

Revenue by City

Peak Charging Hours

Peak Charging Hours

📘 Excel Workbook

A complete Excel workbook containing pivot-style tables and the original charts used in this project is available here:

Download the Excel Pivot Analysis Workbook

Business Insights

  • DC Fast chargers generate higher revenue per session
  • Evening hours show higher energy usage
  • Urban stations outperform lower traffic locations

How to Run This Project

To explore the SQL and results yourself:

  1. Clone this repository:
    git clone https://github.com/ijeomaoku/ev-nest-sql-analysis.git
    
  2. Open the sql/ folder and run ev_nest_project.sql in your SQL environment (PostgreSQL, MySQL Workbench, DBeaver, etc.).
  3. Execute the analysis queries included in the script.

Skills Demonstrated

  • SQL (DDL, DML, Aggregations)
  • Data Analysis & Business Intelligence
  • Visualization using Mircosoft Excel

Resume Bullet

  • Built SQL-based data analysis project analyzing EV charging demand, pricing, and revenue using simulated operational data for a startup charging network.

Future Enhancements

  • Add Python ETL pipeline to automate data ingestion
  • Integrate Power BI dashboard for interactive reporting
  • Expand dataset to include seasonal and geographic trends
  • Predictive modeling for demand forecasting

Connect

About

SQL-based EV charging analysis with revenue insights and visualization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors