Skip to content

Commit

Permalink
Remove ER columns from drop_columns()
Browse files Browse the repository at this point in the history
  • Loading branch information
e-belfer committed Oct 9, 2024
1 parent 13085ee commit 7320803
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pudl/transform/eia923.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ def _core_eia923__pre_generation_fuel(raw_eia923__generation_fuel: pd.DataFrame)
"total_fuel_consumption_mmbtu",
"elec_fuel_consumption_mmbtu",
"total_net_generation_mwh",
"early_release",
]
gen_fuel = gen_fuel.drop(cols_to_drop, axis=1)

Expand Down Expand Up @@ -861,7 +860,6 @@ def _core_eia923__boiler_fuel(raw_eia923__boiler_fuel: pd.DataFrame) -> pd.DataF
"fuel_unit",
"total_fuel_consumption_quantity",
"balancing_authority_code_eia",
"early_release",
"reporting_frequency_code",
# "data_maturity",
]
Expand Down Expand Up @@ -972,7 +970,6 @@ def _core_eia923__generation(raw_eia923__generator: pd.DataFrame) -> pd.DataFram
"nerc_region",
"naics_code",
"net_generation_mwh_year_to_date",
"early_release",
],
axis="columns",
)
Expand Down Expand Up @@ -1116,7 +1113,6 @@ def _core_eia923__fuel_receipts_costs(
"state_id_fips",
"mine_name",
"regulated",
"early_release",
]

cmi_df = (
Expand Down

0 comments on commit 7320803

Please sign in to comment.