Filter a dataframe after clicking on a particular point on the map using PyDeck

Hello

i’m using pydeck to plot points from a dataframe but i would like to print informations outside the map about a particular point select by a click on the map.

i don’t have find a solution about it, can someone tell me if it’s possible actually or not in streamlit ?

Hi @maverick, welcome to the Streamlit community!

If you are talking about st.pydeck_chart, then currently no, this isn’t possible but it has been identified as a potential improvement to Streamlit. However, there is a sample app using streamlit-folium that does something similar to what you are describing:

Best,
Randy

thx that’s exactly what i needed

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