Skip to content

Commit

Permalink
Remove unused ppe_cols_to_grab variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bendnorman committed Nov 8, 2023
1 parent d8c01da commit afaa449
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/pudl/analysis/eia_ferc1_record_linkage.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,20 +818,6 @@ def prettyify_best_matches(
and FERC plant data. This removes the comparison vectors (the floats between 0 and 1
that compare the two columns from each dataset).
"""
# if utility_id_pudl is not in the `PPE_COLS`, we need to include it
ppe_cols_to_grab = pudl.analysis.plant_parts_eia.PPE_COLS + [
"plant_id_pudl",
"total_fuel_cost",
"fuel_cost_per_mmbtu",
"net_generation_mwh",
"capacity_mw",
"capacity_factor",
"total_mmbtu",
"unit_heat_rate_mmbtu_per_mwh",
"fuel_type_code_pudl",
"installation_year",
"plant_part_id_eia",
]
connects_ferc1_eia = (
# first merge in the EIA plant-parts
pd.merge(
Expand Down

0 comments on commit afaa449

Please sign in to comment.