Beautify st.table or st.dataframe quick tips please

Trying to show something to a friend/client has a few tables.
A little beautification will make it more professional… i think… looking for a few quick tips please…
Thanks

Can you get what you need out of pandas DataFrame styler? There are a few things that don’t work with st.dataframe but I think st.table should accept all the styling options. Certainly, you can style a table in pandas and convert it to html from within pandas if there was an issue taking in all the specifications from the Streamlit side.

https://pandas.pydata.org/docs/reference/api/pandas.io.formats.style.Styler.html

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