We are trying to import Geopandas in our app via import geopandas as gpd
. When we do so we see this error:
ImportError: cannot import name '_NDFrameIndexer' from 'pandas.core.indexing' (/usr/local/lib/python3.7/site-packages/pandas/core/indexing.py)
Pandas is working fine with no issues. Perhaps the current version of Pandas and Geopandas are not working well together?