How to let streamlit support table kinds inside pandas to show in explorer?

we can see that pandas has serial tables inside itself as below:


https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.plot.html?highlight=plot#pandas.DataFrame.plot

I had tried, but the table will not showed in explorer, how can we make it?

Hi @BeyondMyself -

If I’m not mistaken, those methods are built on matplotlib; have you tried calling st.pyplot() with the result of the function call?

Best,
Randy

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.