Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hrishikesh332/HCDS-EPD
/ load_and_cache_data
Function
load_and_cache_data
app.py:143–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
141
142
@st.cache_data
143
def
load_and_cache_data():
144
return
load_data()
145
146
def
route_to_page(df):
147
current_page = st.session_state.current_page
Callers
1
main
Function · 0.85
Calls
1
load_data
Function · 0.90
Tested by
no test coverage detected