geoplotlib
geoplotlib copied to clipboard
module 'geoplotlib' has no attribute 'utils'
Hello Andrea! I try using geoplotlib but getting an error: module 'geoplotlib' has no attribute 'utils'.
import geoplotlib thedata = geoplotlib.utils.read_csv('bus.csv') geoplotlib.dot (thedata) geoplotlib.show ()
Geoplotlib was istalled by 'pip install geoplotlib' successfully. What is my problem? Thank you!