j-curran.com / work / Georgia Power ↗ code
project_04 · 2024 · 1 months · Solo

Georgia Power

Analysis of electricity usage and costs from Georgia Power billing data.

1 months Stack: Python

Georgia Power Usage Analysis

A Python script to analyze electricity usage and costs from Georgia Power billing data over multiple years.

Overview

This project analyzes electricity billing data to visualize: - Electricity costs over time - Temperature patterns and their correlation with energy usage - Impact of major life events (moving to a house, installing new windows) on energy consumption

Files

Features

Requirements

numpy
pandas
matplotlib

Data Format

The script expects CSV files with the following columns: - Billing Period - Date range or single date for the billing period - Cost - Total electricity cost for the period - High Temp - Highest temperature during the period - Low Temp - Lowest temperature during the period

Output

The script generates a dual-axis line chart showing: - Green lines: Electricity costs (separated for apartment vs. house periods) - Blue line: Average temperature (continuous across all periods) - Red dashed line: House move date - Orange dotted line: New windows installation date

Results

This visualization helps identify seasonal patterns, the impact of housing changes, and energy efficiency improvements over time.

← previous
Self Study
next →
Wage Distribution Analysis
© 2026 · case study updated 2026-05-25 ↑ view source on github