Hello everyone,
When trying to change the columns in the output .csv files using the structure below, I got: KeyError(f"{not_found} not in index").
[[outputs]]
quantity = "fuel_costs"
sink = "aggregate"
filename = "{path}/{default_output_dir}/MCA{Quantity}.csv"
columns = ["region", "agent", "technology", "year", "timeslices", "category", "fuel_consumption_costs"]
For this particular case: KeyError: "['timeslices'] not in index"
I have checked the documentation but I don't know how to solve this issue. I hope someone can help.
Many thanks.
Alaize