A data science Python and Jupyter Notebook for exploration of BP energy data
Each year BP (British Petroleum) used to publish a Statistical Review of World Energy, freely available here. Meanwhile since 2023 this mission has been taken by The Energy Institute (EI).
This repo is an updates version if my archived energy_pandas that also uses new environment with .devcontainer for better portability.
The purpose of this repo is to create a visual representation of the adoption of "green" sources.
Rebuild the devcontainer (only if you changed .devcontainer files):
# From the Command Palette: "Dev Containers: Rebuild Container"Reopen repository in the devcontainer:
# From the Command Palette: "Dev Containers: Reopen in Container"This will allow a rerun of the Notebooks and if needed to add more graphs or new reports. Open one of the .ipynb files and change things around.