Re-map country codes to account for "GB"
This commit is contained in:
parent
ce8b89d1e2
commit
4294248518
@ -198,6 +198,8 @@ def prepare_building_stock_data():
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
building_data["country_code"] = building_data["country"].map(country_iso_dic)
|
||||||
|
|
||||||
# heated floor area ----------------------------------------------------------
|
# heated floor area ----------------------------------------------------------
|
||||||
area = building_data[
|
area = building_data[
|
||||||
(building_data.type == "Heated area [Mm²]")
|
(building_data.type == "Heated area [Mm²]")
|
||||||
|
Loading…
Reference in New Issue
Block a user