Hi Everyone,
I am trying to plot one map using Latitude and Longitude with the help of Folium module. But I am getting this below error.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-7-a9938c267a0c> in <module>()
1 get_ipython().system('pip install folium')
2 import pandas as pd
----> 3 import folium
ModuleNotFoundError: No module named 'folium'
How can I solve this error?