We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204975d commit 6266bbaCopy full SHA for 6266bba
region.py
@@ -1,14 +1,13 @@
1
import streamlit as st
2
import pandas as pd
3
import plotly.express as px
4
+import requests
5
6
from data_utils import (
- convert_units,
7
- filter_to_timezone,
8
parse_period_and_value,
9
top_n_by_total,
10
)
11
-from eia_api import fetch_all_pages
+#from eia_api import fetch_all_pages
12
13
st.set_page_config(page_title="EIA Demand by Region (ET)", layout="wide")
14
st.title("U.S. Electricity Demand by Region (Eastern Time)")
0 commit comments