This project aims to review electricity generation and consumption in Germany from 2017 through 2022.
Questions considered were:
- How has production by source changed?
- Are there any trends in the production?
- What are the consumption rates and have these rates changed?
- How do production and consumption compare?
- What is the trend for residental electricity prices?
The data for this project was retrieved from SMARD and Destatis.
To run the jupyter notebooks, you should have the following installed:
- an environment (e.g. venv)
- jupyter lab
- Fork and clone the git repository
- Navigate to the project folder and activate the environment
- In the terminal type:
pip install -r requirements.txt
- Launch
jupyter lab
An analysis of the data can be found in Tableau Public here
Sample of findings:
- Between 2017 and 2022, wind and solar gained share of the total electricity market. In 2022, they made up 36.6% of the market, up from 25.4% in 2017.
- Germany has been phasing out its nuclear plants (the last ones were shut in April 2023) and we see a sharp decrease in output from them beginning 2021.
- 2020 and 2022 saw the lowest production totals out of the six years.
- Average residential prices for electricity have been steadily increasing.