I'm following the intro steps here:
https://developers.arcgis.com/python/guide/introduction-to-the-spatially-enabled-dataframe/
I hit a wall right at the start:
import pandas as pd
import arcgis
from arcgis.features import GeoAccessor, GeoSeriesAccessor
ImportError: cannot import name 'GeoAccessor'
I googled around and found no discussion of this. Can someone help?
Thanks.