Skip to content

Commit

Permalink
Correct flipped starting/ending balance column rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Nov 30, 2024
1 parent 740212a commit 2ec7833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pudl/transform/params/ferc1.py
Original file line number Diff line number Diff line change
Expand Up @@ -4649,8 +4649,8 @@
"row_seq": "row_seq",
"row_prvlg": "row_prvlg",
"report_prd": "report_prd",
"beg_yr_bal": "ending_balance",
"end_yr_bal": "starting_balance",
"beg_yr_bal": "starting_balance",
"end_yr_bal": "ending_balance",
"dr_acct_num": "account_detail",
"dr_amount": "decrease_in_other_regulatory_liabilities",
"credits": "increase_in_other_regulatory_liabilities",
Expand Down

0 comments on commit 2ec7833

Please sign in to comment.