Skip to content

Commit

Permalink
Update docs on batteries.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jul 16, 2024
1 parent 7b020d4 commit e0e380d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified premise/data/additional_inventories/lci-buses.xlsx
Binary file not shown.
Binary file modified premise/data/additional_inventories/lci-pass_cars.xlsx
Binary file not shown.
Binary file modified premise/data/additional_inventories/lci-trucks.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion premise/iam_variables_mapping/extract_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def create_refined_pivot_v2(df):
refined_pivot_tables_v2[sheet] = create_refined_pivot_v2(df)

# Create a new Excel writer for the refined pivot tables
refined_output_path_v2 = "mapping_overview.xlsx"
refined_output_path_v2 = "mapping_overview2.xlsx"
with pd.ExcelWriter(refined_output_path_v2) as writer:
for sheet, pivot_df in refined_pivot_tables_v2.items():
if not pivot_df.empty:
Expand Down
Binary file modified premise/iam_variables_mapping/mapping_overview.xlsx
Binary file not shown.
Binary file not shown.

0 comments on commit e0e380d

Please sign in to comment.