Re-map country codes to account for "GB"

This commit is contained in:
ekatef 2023-10-11 12:26:10 +03:00
parent ce8b89d1e2
commit 4294248518

View File

@ -198,6 +198,8 @@ def prepare_building_stock_data():
}
)
building_data["country_code"] = building_data["country"].map(country_iso_dic)
# heated floor area ----------------------------------------------------------
area = building_data[
(building_data.type == "Heated area [Mm²]")