Geopandas ImportError: The descartes package is required for plotting polygons in geopandas
Depending on your package manager install descartes. In anaconda prompt do the following:
conda install descartes
Replace conda with pip or an other package manager of your use.