-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop warning about duplicate record IDs & missing columns that don't matter #2054
Conversation
FERC is not always consistent in its naming of corresponding columns that appear in both the instant & duration tables. This commit adds a renaming step to the default FERC1 process_instant_xbrl() and process_duration_xbrl() methods, that rename them early in the data transformations. This transform is parameterized using the same RenameColumns parameter and rename_columns() methods that we're using elsewhere.
Codecov ReportBase: 84.2% // Head: 84.2% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## xbrl_integration #2054 +/- ##
================================================
Coverage 84.2% 84.2%
================================================
Files 72 72
Lines 7972 7980 +8
================================================
+ Hits 6717 6724 +7
- Misses 1255 1256 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
plant_in_service_ferc1
table
No description provided.