MCPcopy 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
143def load_and_cache_data():
144 return load_data()
145
146def route_to_page(df):
147 current_page = st.session_state.current_page

Callers 1

mainFunction · 0.85

Calls 1

load_dataFunction · 0.90

Tested by

no test coverage detected