fix typo for district heating with capital D
This commit is contained in:
parent
2e6e9c6802
commit
017c188518
@ -214,7 +214,7 @@ def idees_per_country(ct, year):
|
|||||||
ct_totals["electricity residential"] = df[47]
|
ct_totals["electricity residential"] = df[47]
|
||||||
|
|
||||||
assert df.index[46] == "Derived heat"
|
assert df.index[46] == "Derived heat"
|
||||||
ct_totals["Derived heat residential"] = df[46]
|
ct_totals["derived heat residential"] = df[46]
|
||||||
|
|
||||||
assert df.index[50] == 'Thermal uses'
|
assert df.index[50] == 'Thermal uses'
|
||||||
ct_totals["thermal uses residential"] = df[50]
|
ct_totals["thermal uses residential"] = df[50]
|
||||||
@ -251,13 +251,13 @@ def idees_per_country(ct, year):
|
|||||||
|
|
||||||
assert df.index[53] == 'Thermal uses'
|
assert df.index[53] == 'Thermal uses'
|
||||||
ct_totals["thermal uses services"] = df[53]
|
ct_totals["thermal uses services"] = df[53]
|
||||||
|
|
||||||
|
|
||||||
# agriculture, forestry and fishing
|
# agriculture, forestry and fishing
|
||||||
|
|
||||||
start = "Detailed split of energy consumption (ktoe)"
|
start = "Detailed split of energy consumption (ktoe)"
|
||||||
end = "Market shares of energy uses (%)"
|
end = "Market shares of energy uses (%)"
|
||||||
|
|
||||||
df = pd.read_excel(fn_tertiary, "AGR_fec", index_col=0).loc[start:end, year]
|
df = pd.read_excel(fn_tertiary, "AGR_fec", index_col=0).loc[start:end, year]
|
||||||
|
|
||||||
rows = [
|
rows = [
|
||||||
|
Loading…
Reference in New Issue
Block a user