add logging

This commit is contained in:
yerbol-akhmetov 2024-04-18 20:31:42 +05:00
parent b4e322e61e
commit 2113b6657f

View File

@ -990,6 +990,7 @@ def update_residential_from_eurostat(energy):
# Set indexes back
energy_totals.set_index(["country", "year"], inplace=True)
logger.info("Updated energy balances for residential using disaggregate final energy consumption data in Households from Eurostat")
return energy_totals