Inflearn Community Q&A
geo_data, merged_data와 매칭은 key_on에 있는 properties.name 과 동일 해야 되는 거죠
Written on
·
261
0
m.choropleth(geo_data=seoul_geo,
data=merged_data.groupby('구')[f'{N}월'].sum(),
fill_color='YlOrRd', # 색상 변경도 가능하다
fill_opacity=0.9,
line_opacity=0.2,
key_on='properties.name',
legend_name=f'{N}월 승하차 인원',
)
m
GISfolium
Answer
This question is waiting for answers
Be the first to answer!





