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

First complete draft of episode #2 #15

Merged
merged 11 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ docs/
# translation temp files
po/*~

# lockfiles
data/.~lock*
1 change: 1 addition & 0 deletions data/eia923_2022.json

Large diffs are not rendered by default.

Binary file added data/eia923_2022.parquet
Binary file not shown.
Binary file added data/eia923_2022.xlsx
Binary file not shown.
1,380 changes: 1,380 additions & 0 deletions data/eia923_2022.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/eia923_2022_sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"period":"2022-12","plantCode":"6761","plantName":"Rawhide","fuel2002":"ALL","fuelTypeDescription":"Total","state":"CO","stateDescription":"Colorado","primeMover":"ALL","generation":"188961","gross-generation":"203283","generation-units":"megawatthours","gross-generation-units":"megawatthours"},{"period":"2022-12","plantCode":"54142","plantName":"Hillcrest Pump Station","fuel2002":"WAT","fuelTypeDescription":"Hydroelectric Conventional","state":"CO","stateDescription":"Colorado","primeMover":"HY","generation":"342.43","gross-generation":"358.27","generation-units":"megawatthours","gross-generation-units":"megawatthours"},{"period":"2022-12","plantCode":"54142","plantName":"Hillcrest Pump Station","fuel2002":"WAT","fuelTypeDescription":"Hydroelectric Conventional","state":"CO","stateDescription":"Colorado","primeMover":"ALL","generation":"342.43","gross-generation":"358.27","generation-units":"megawatthours","gross-generation-units":"megawatthours"},{"period":"2022-12","plantCode":"54142","plantName":"Hillcrest Pump Station","fuel2002":"ALL","fuelTypeDescription":"Total","state":"CO","stateDescription":"Colorado","primeMover":"ALL","generation":"342.43","gross-generation":"358.27","generation-units":"megawatthours","gross-generation-units":"megawatthours"},{"period":"2022-12","plantCode":"64359","plantName":"Pivot Solar 12 LLC(CSG)","fuel2002":"SUN","fuelTypeDescription":"Solar","state":"CO","stateDescription":"Colorado","primeMover":"PV","generation":"92.45","gross-generation":"92.45","generation-units":"megawatthours","gross-generation-units":"megawatthours"}]
Binary file added episodes/fig/excelheader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
484 changes: 473 additions & 11 deletions episodes/working-with-diverse-filetypes.md

Large diffs are not rendered by default.