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
This page explain the dashboard what we created in the class.
7
+
This page explains the dashboard we created in class.
8
8
9
9
## What we built
10
10
@@ -22,14 +22,15 @@ Early on we assumed the dashboard would mostly show a clean correlation between
22
22

23
23
3.**A dual-axis time series of LBMP and Henry Hub gas prices** shows that fuel costs — the other obvious explanatory variable — also fail to account for the spikes, pointing toward structural factors like transmission congestion and the local generation mix.
24
24

25
+
25
26
The dashboard is not meant to give a single answer. It walks a policymaker from "demand drives price" to "price is shaped by *where* demand occurs within a constrained grid."
26
27
27
28
28
29
## How it's built
29
30
30
31
The dashboard is a Streamlit front-end backed by an automated BigQuery pipeline:
NYISO and Henry Hub data are pulled by Python scripts — one for the initial backfill, one for daily incremental updates — and orchestrated by a GitHub Actions cron job. Streamlit reads from BigQuery with caching applied to keep interactions fast.
0 commit comments