79173747

Date: 2024-11-09 21:42:21
Score: 1.5
Natty:
Report link

The problem that you encounter maybe it derives from the projection of your geodataframe. The explore() method uses the crs EPSG:4327

First you can check your crs(Coordinate Reference System) by using:

Then change your crs of your data frame to EPSG:4326 by:

Finally try the explore() method again.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dimitris