There was an error while loading. Please reload this page.
2 parents 60d01c0 + 5d4fd91 commit 75dbb60Copy full SHA for 75dbb60
3 files changed
src/pudl/extract/rus7.py
@@ -54,5 +54,8 @@ def _raw_rus7__page(raw_rus7__all_dfs: dict[str, pd.DataFrame]):
54
55
raw_rus7_assets = [
56
raw_rus7_asset_factory(in_page=in_page, out_page=out_page)
57
- for in_page, out_page in {"statement_of_operations": None}.items()
+ for in_page, out_page in {
58
+ "statement_of_operations": None,
59
+ "balance_sheet": None,
60
+ }.items()
61
]
0 commit comments