What is the difference between geoaccessor and geoseriesaccessor, and how can I access geoseriesaccessor?
I have the following snippet of code:
df.spatial.as_arcpy()
returns the error:
AttributeError: 'GeoAccessor' object has no attribute 'as_arcpy'
as_arcpy is a method of GeoSeriesAccessor, not GeoAccessor, so how do I specify GeoSeriesAccessor?
Thank you,
Tyler