Mutate Chart Data with Streamlit
Learn to append data to a chart with Streamlit.
We'll cover the following
Automated chart update
As shown in the previous lesson, we can append data to an existing DataFrame using add_rows()
. The same is true for charts.
This helps when we have new data streaming in and enables us to update charts with it automatically.
Get hands-on with 1400+ tech skills courses.