I get this error whenever I try to use st.map() on a dataframe
Hi @akinolaa, and welcome to the Streamlit community!
This error seems to indicate that Pandas cannot find what you’re looking for. Are you sure that warnings
is in that dataframe? (check out possible spaces, as it would need to be an exact match to work
More info on how to handle this issue here: KeyError Pandas - How To Fix - Data Independent
Hope that helps
Best,
Charly
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.