From afaa449c7509ffc290bdff22423960030c6e3497 Mon Sep 17 00:00:00 2001 From: bendnorman Date: Wed, 8 Nov 2023 12:48:43 -0900 Subject: [PATCH] Remove unused ppe_cols_to_grab variable --- src/pudl/analysis/eia_ferc1_record_linkage.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/pudl/analysis/eia_ferc1_record_linkage.py b/src/pudl/analysis/eia_ferc1_record_linkage.py index 73776960b3..808c9146ea 100644 --- a/src/pudl/analysis/eia_ferc1_record_linkage.py +++ b/src/pudl/analysis/eia_ferc1_record_linkage.py @@ -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(