问题 I have a dataframe with latitude, longitude, and power percentage. I want to do something very simple but not sure how: apply a colormap to color the data points based on their percentage. So 90% is red and 100% is blue. I have created both a successful map and colormap, but not sure how to proceed next. import folium import pandas as pd import folium.plugins import branca import branca.colormap as cm data = [ [33.823400, -118.12194, 99.23], [33.823500, -118.12294, 95.23], [33.823600, -118