Skip to content

Instantly share code, notes, and snippets.

View larsenglund's full-sized avatar

Lars Englund larsenglund

View GitHub Profile
#!/usr/bin/env python3
"""
Battery Storage Economic Analysis - 10kWh System, SEK Currency
This script analyzes the economic feasibility of installing a 10kWh battery storage system
costing 50,000 SEK for a residential house, with all costs converted to Swedish Kronor.
"""
import pandas as pd
import numpy as np