I was asked to display further details on my column headers that use st.dataframe. I love to use st.dataframe because of its user interaction but have not been able to find a solution to display further details. i know i can use html or st.write but i want to be able to continue to use st.dataframe. has anyone figured out a solution to this to enhance st.dataframe and add a hover to the column headers to display further details as to what each column on my table is showing?
a topic like this was created a couple years back: How to add tooltip for st.dataframe?