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