Hi,
I’ve made a few streamlit apps now and it’s gone well. But I was wondering how I could read data quicker than I am currently doing. Typically what i do is the user enters some inputs (via some selections) in the left pane, and using this information i read a particular dataframe or set of dataframes that is then cached into the main page. Sometimes I use json files instead of dataframes as well.
is there a better way to do this? I usually also have this kind of setup where the user chooses what data to be shown, then waits for it before playing around with it.