How can we install geoplot in google colab?
!pip install geoplot
The above gives
Collecting geoplot
Using cached https://files.pythonhosted.org/packages/e1/8f/46133752e1f02e70501939e739b81cbc85c79d7398c963b8a25a3178bffe/geoplot-0.4.1-py3-none-any.whl
Requirement already satisfied: mapclassify>=2.1 in /usr/local/lib/python3.6/dist-packages (from geoplot) (2.4.2)
But when I try to import geoplot the package is unrecognised
I think they don't recommend using
pip install geoplot
here is a link to their documentation hope it helps you can useconda
though.