Move column fix for u-values for Poland
This commit is contained in:
parent
2952d99dfa
commit
8ec0664253
@ -155,7 +155,6 @@ def prepare_building_stock_data():
|
||||
building_data["type"].replace(
|
||||
{
|
||||
"Covered area: heated [Mm²]": "Heated area [Mm²]",
|
||||
"Construction features (U-value)": "Construction features (U-values)",
|
||||
"Windows ": "Window",
|
||||
"Windows": "Window",
|
||||
"Walls ": "Wall",
|
||||
@ -165,6 +164,12 @@ def prepare_building_stock_data():
|
||||
},
|
||||
inplace=True,
|
||||
)
|
||||
building_data["feature"].replace(
|
||||
{
|
||||
"Construction features (U-value)": "Construction features (U-values)",
|
||||
},
|
||||
inplace=True,
|
||||
)
|
||||
|
||||
building_data.country_code = building_data.country_code.str.upper()
|
||||
building_data["subsector"].replace(
|
||||
|
Loading…
Reference in New Issue
Block a user