'Mapping with Dataframe Python

I have a DataFrame in python with three columns latitude, longitude, and color (3 different colors represented by the numbers 0, 1, and 2). How can I plot these values onto a map with the coordinates associated color?

Thank you!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source