PinnedPublished inStreamlitMulti-Select “All” option in StreamlitWhen using the Streamlit multiselect widget, we often need a way to select each item. Widgets have many options, so this can be a lot of…Mar 31, 20235Mar 31, 20235
PinnedPublished inStreamlitCreating repeatable items in StreamlitOne of the many things I really enjoy about Streamlit is how data can drive the output of the UI. In many cases, we need to create apps…Jan 14, 20232Jan 14, 20232
A very simple method for updating data with Streamlit and Snowpark.Streamlit data_editor is an excellent resource for providing an easy user interface for editing a DataFrame and tracking changes to be sent…Nov 7Nov 7
Entitlement Tables Leveraging Bitwise OperatorsIn many cases, a table containing claims or permissions to different workflows might be needed to supplement Row Access Policies or…Sep 26Sep 26
Published inSnowflake Builders Blog: Data Engineers, App Developers, AI/ML, & Data ScienceSnowflake Cortex-Driven ToolboxHaving access to LLMs in Snowflake is a game changer, and using them on a daily basis has become normal. Having LLM-driven tools within…May 212May 212
Published inSnowflake Builders Blog: Data Engineers, App Developers, AI/ML, & Data ScienceInstant logs for your Streamlit in Snowflake AppStreamlit in Snowflake is here, and with it comes the convenience of deploying apps right next to your data, increasing security and…Feb 29Feb 29
Published inStackademic3 Altair Transformations to Save You TimeWe often want to visualize data in our Dashboards or Streamlit apps but don't want to transform the same DataFrame into multiple shapes to…Feb 6Feb 6
Visualize DataFrame changes when using st.data_editor in Streamlit.The Streamlit Data Editor is a powerful widget allowing users to edit a DataFrame in the Streamlit app. Often, we need to compare changes…Jan 243Jan 243
Streamlit Vertical Slider V2⚠️ After publishing this article, found a small issue and while fixing it decided to push some nice upgrades to V2, therefore V2.5 is…Dec 18, 2023Dec 18, 2023
Export your Streamlit apps to HTMLCreating Streamlit app is simply awesome, but in many ocasions we need to create an export from our apps that can have some of the…Dec 3, 20232Dec 3, 20232