-
-
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
Integrate final 2023 EIA 860 data #3871
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
docs/release_notes.rst
Outdated
EIA 923 | ||
~~~~~~~ | ||
* Added EIA 923 final release data from 2023. See :issue:`3684` and PR :pr:`3871`. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the EIA-860 right? Maybe you had 923 on the brain this morning with the archiver false alarm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, 100% a foolish copy-paste error I'll fix!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks chill! the docs updates are a good change here. the row count updates look good. my only request is about utility_id_pudl.csv. plus to update the form in the release notes!
# These are five known generators that originate from harvesting the plant and | ||
# These are three known generators that originate from harvesting the plant and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5->3 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you know why this file diff is so big? it looks like maybe the capacity column got added in there as an unnamed column. Maybe that's it? if so it'd be good to delete it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found a few matches for older PUDL IDs during the matching process, so there's a large reassignment of the PUDL ID # as a result. Also noted that all these records were added as "EIA 860 Final Release 2023" in the notes column
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm but before this pr this CSV does not have a notes column. and it looks like there are just a handful of records in this new unnamed column with a float that looks like the capacity - which we normally don't keep in here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just quickly downloaded the csv and it looks like its just 75 rows in that last column.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah sorry, I was looking at the xlsx and not the CSV! You're totally right, I'll remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one nit but it looks great ty for csv cleaning!!
4827,,,60352,"Golden Fields Solar I, LLC" | ||
4316,,,60352,"Golden Fields Solar I, LLC" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a bit of a nit but it looks like this one is also up above in the file. can we just remove it?
Overview
Closes #3684.
What problem does this address?
Integrates EIA 860 2023 final data.
What did you change?
Steps are tracked in #3684. Notable changes:
devtools
Documentation
Make sure to update relevant aspects of the documentation.
Tasks
Testing
How did you make sure this worked? How can a reviewer verify this?
To-do list