Was following a tutorial here:
https://medium.com/@alex_44314/use-python-geopandas-to-make-a-us-map-with-alaska-and-hawaii-39a9f5c222c6
However, when I perform the same code, I get the attached pic with Lake Michigan and parts of Lake Superior/Lake Heron are also filled in. How do I ensure that only the landmasses are populated using geopandas? Tried looking at the documentation, but only complex examples are shown for nuanced use-cases.