is it possible to use map function evne if there no columns of latituude and longitutde in my datasset . i ahve to plot readings statewise.
Hi @shubh8698, welcome to the Streamlit community!
Streamlit also has the st.pydeck_chart
function for using Deck.gl in Python:
https://docs.streamlit.io/en/stable/api.html?#streamlit.pydeck_chart
This section of the pydeck documentation shows how to create a choropleth in pydeck, so modifying this code will hopefully get you started:
https://deckgl.readthedocs.io/en/stable/layer.html#example-vancouver-property-values
Best,
Randy
Heya thanks randy…