From da9beaa98f831095d3addbb1972fbafb423f8cef Mon Sep 17 00:00:00 2001 From: lisazeyen <35347358+lisazeyen@users.noreply.github.com> Date: Mon, 13 May 2024 17:33:07 +0200 Subject: [PATCH] rename Greece iso-code --- scripts/build_energy_totals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_energy_totals.py b/scripts/build_energy_totals.py index b56d3294..e32a2193 100644 --- a/scripts/build_energy_totals.py +++ b/scripts/build_energy_totals.py @@ -142,6 +142,7 @@ def build_eurostat(input_eurostat, countries, nprocesses=1, disable_progressbar= "Domestic navigation": "Domestic Navigation", "International maritime bunkers": "Bunkers", "UK": "GB", + "EL": "GR", } columns_rename = {"Total": "Total all products"} df.rename(index=index_rename, columns=columns_rename, inplace=True)