Skip to content

Commit

Permalink
add index names back
Browse files Browse the repository at this point in the history
  • Loading branch information
lisazeyen committed Apr 22, 2024
1 parent 66d011d commit 792b1f8
Show file tree
Hide file tree
Showing 8 changed files with 2,683 additions and 2,681 deletions.
766 changes: 383 additions & 383 deletions outputs/costs_2020.csv

Large diffs are not rendered by default.

766 changes: 383 additions & 383 deletions outputs/costs_2025.csv

Large diffs are not rendered by default.

766 changes: 383 additions & 383 deletions outputs/costs_2030.csv

Large diffs are not rendered by default.

766 changes: 383 additions & 383 deletions outputs/costs_2035.csv

Large diffs are not rendered by default.

766 changes: 383 additions & 383 deletions outputs/costs_2040.csv

Large diffs are not rendered by default.

766 changes: 383 additions & 383 deletions outputs/costs_2045.csv

Large diffs are not rendered by default.

766 changes: 383 additions & 383 deletions outputs/costs_2050.csv

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions scripts/compile_cost_assumptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2358,6 +2358,8 @@ def prepare_inflation_rate(fn):
data = add_SMR_data(data)
# add solar rooftop costs by taking the mean of commercial and residential
data = add_mean_solar_rooftop(data)

data.index.names = ["technology", "parameter"]
# %% (3) ------ add additional sources and save cost as csv ------------------
# [RTD-target-multiindex-df]
for year in years:
Expand Down

0 comments on commit 792b1f8

Please sign in to comment.