Function

Hi community,
I have multiple table in same Streamlit webapp, want to concurrently update (not sequentially) the data to the app. If yes , any links reference.

Hi @Siddharth_G

You can perform post-processing of data read into the Streamlit app by using the Pandas library. Such updated data can then be displayed in the app.

I’d suggest taking a look at the Pandas Getting Started tutorial (Getting started tutorials — pandas 2.0.3 documentation) to get started on how to perform the necessary data wrangling.

Hope this helps!

Hi @Siddharth_G, welcome to our community! :wave:

Could you please provide us with more context and access to the code?

Thanks,
Charly