You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EIA861 Form has a regular version and a short form version. In all years except 2019, the responses to the short form are reported in the Short_Form_####.xlsx (where #### is the year) in the raw data. In 2019, the short form data is dispersed throughout the other tables in a short_form column instead of being stored in a Short_Form specific table.
Issue #2768 and PR #3565 integrated the short form table into the PUDL database but left the 2019 short form data in the other EIA861 tables.
This issue is dedicated to bringing the 2019 EIA861 short form data into the core_eia861__yearly_short_form table.
Success Criteria
The data in the short_form columns from other EIA861 tables now appears in the short_form table.
The short_form columns are removed from the other EIA861 tables.
The short_form table contains continuous data from all years.
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
aesharpe
added
eia861
Anything having to do with EIA Form 861
good-first-issue
Good issues for first-time contributors. Self-contained, low context, no credentials required.
labels
May 27, 2024
Given that addressing this issue will require modifying pretty much all of the EIA-861 transforms, and then somehow integrating the little 2019 short form dataframes together with the bulk of the short form data, I'm hesitant to mark it as a good first issue. It seems like it could be pretty involved.
I don't think we have well-defined criteria for a GFI right now. I added the label because it has a very clear scope / success criteria and only touches a small part of the code. I can see why you'd be hesitant for new folks to work on it, but I can also envision someone with enough skills to do it. Don't have strong feelings here, just want to get in the habit of using the GFI label when appropriate.
Overview
The EIA861 Form has a regular version and a short form version. In all years except 2019, the responses to the short form are reported in the
Short_Form_####.xlsx
(where #### is the year) in the raw data. In 2019, the short form data is dispersed throughout the other tables in ashort_form
column instead of being stored in aShort_Form
specific table.Issue #2768 and PR #3565 integrated the short form table into the PUDL database but left the 2019 short form data in the other EIA861 tables.
This issue is dedicated to bringing the 2019 EIA861 short form data into the
core_eia861__yearly_short_form
table.Success Criteria
short_form
columns from other EIA861 tables now appears in theshort_form
table.short_form
columns are removed from the other EIA861 tables.short_form
table contains continuous data from all years.Next steps
The text was updated successfully, but these errors were encountered: