Can I Use Streamlit and Folium to filter out a specific number of data and display it?

Hey @Steel,

First, welcome to the Streamlit community!!! :tada: :partying_face: :star2: :partying_face: :partying_face:

This is a pretty open-ended question, there are many ways to make a filtered dashboard in Streamlit!

do you have an MWE of code you can post to help explain how you want to filter and what you want to be displayed?

This post outlines tips and trick on how to structure your questions on our forum to give you the best chance of getting an answer:

I would suggest starting with st.form, and putting all your filtering parameters in there, that way Streamlit refreshes only after all the filter parameters have been applied.

Happy Streamlit-ing!
Marisa