From 70db93fd32c208e632e66ff588dd5f72d5149867 Mon Sep 17 00:00:00 2001 From: lisazeyen Date: Fri, 9 Aug 2024 13:14:26 +0200 Subject: [PATCH] correct sheet name chemical feedstocks --- scripts/build_industrial_energy_demand_per_country_today.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_industrial_energy_demand_per_country_today.py b/scripts/build_industrial_energy_demand_per_country_today.py index fa82a660..c120dafe 100644 --- a/scripts/build_industrial_energy_demand_per_country_today.py +++ b/scripts/build_industrial_energy_demand_per_country_today.py @@ -83,7 +83,7 @@ sector_sheets = { "Basic chemicals": "FC_IND_CPC_BC_E", "Other chemicals": "FC_IND_CPC_OC_E", "Pharmaceutical products etc.": "FC_IND_CPC_PH_E", - "Basic chemicals feedstock": "FC_IND_CPC_BC_E", + "Basic chemicals feedstock": "FC_IND_CPC_NE", "Cement": "FC_IND_NMM_CM_E", "Ceramics & other NMM": "FC_IND_NMM_CR_E", "Glass production": "FC_IND_NMM_GL_E",