Knowledge Graph — Coursera Notes › Academic disciplines › Computer Science / Information Technology › Cloud Computing › Snowflake
Streamlit in Snowflake
feature · part of Snowflake
A feature that allows Python-based Streamlit apps to run inside a Snowflake account for dashboards and internal tools.
Inside Streamlit in Snowflake (6)
- Altair — A Python library used for creating interactive charts, such as line charts for visualizing sales data.
- pandas DataFrame — A data structure used to hold query results in memory for charting and display within the Streamlit app.
- st.cache_data — A Streamlit decorator that caches the output of a function based on its input parameters.
- st.tabs — A Streamlit widget that creates a tabbed interface to organize output into chart, data, and SQL views.
- Streamlit — An open-source Python framework for building interactive data applications.
- Streamlit caching — A mechanism using @st.cache_data to cache function results, avoiding repeated queries and improving app responsiveness.
Connections
- Used for Streamlit
- Used for Snowflake Model Registry
- Used for Snowflake session
- Used for Streamlit caching
- Used for Altair
- Used for pandas DataFrame
- Related to SQL injection
- Related to Streamlit
- Related to Snowflake session
- Related to Streamlit caching
- Related to Altair
- Related to pandas DataFrame
- Related to st.cache_data
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.