Skip to content
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

Add 2019 data to EIA861 Short Form table #3654

Open
1 task
aesharpe opened this issue May 27, 2024 · 2 comments
Open
1 task

Add 2019 data to EIA861 Short Form table #3654

aesharpe opened this issue May 27, 2024 · 2 comments
Labels
eia861 Anything having to do with EIA Form 861

Comments

@aesharpe
Copy link
Member

aesharpe commented May 27, 2024

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 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.

Next steps

Preview Give feedback
@aesharpe 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
@zaneselvans
Copy link
Member

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.

@aesharpe
Copy link
Member Author

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.

@aesharpe aesharpe removed the good-first-issue Good issues for first-time contributors. Self-contained, low context, no credentials required. label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eia861 Anything having to do with EIA Form 861
Projects
Status: New
Development

No branches or pull requests

2 participants