Help option for st.dataframe?

I would like to put a small help icon, as exists for other widgets like st.slider, near a table or data frame I am displaying to provide more information when a user mouses over it. Something like
st.dataframe(df_weather, help="Weather data collected in NYC")
What would be the best way to accomplish something like this? I want to avoid displaying this information directly to the app.

Looks like a nice feature request to the dev.

2 Likes

Do I need to make an explicit request or do they take requests from this forum?

GitHub is the best place for feature requests as it is the official place the devs track issues/requests.

I see that there is a current request for a general-use tool tip that you may be interested in upvoting:

2 Likes

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