-
Hello everyone I have this error, I really do not kave any idea why it happen. After I cleanen my data using pandas, I got this error when I tried to add to the map. I don't know what I did worng when I create my dataframe. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Please provide the source code that can reproduce the error. |
Beta Was this translation helpful? Give feedback.
-
I write this code @giswqs
and I got this error:AttributeError Traceback (most recent call last) 1 frames AttributeError: 'DataFrame' object has no attribute 'startswith' The |
Beta Was this translation helpful? Give feedback.
-
The problem is solved now, I forgot to use the geopandas dataframe |
Beta Was this translation helpful? Give feedback.
Please provide the source code that can reproduce the error.