2nd App of the series belonging to the course The Python Mega Course: Build 10 Real World Applications.
Description: Create a map with some layers where each one shows different information. This app generates an HTML file with the constructed map, which allows it to be viewed easily through a web browser, in this case using the Folium library.
-
Install Folium and Pandas libraries:
pip install folium pandas -
Run the script:
python mapping.py