asked
Getting started with Python data analysis using public data
[8/21] Changing data types and creating derived variables through dates
Written on
·
872
Edited
0
sns.heatmap에서 100 이상의 수가 깨지는 현상이 발생합니다
year_month_new = year_month.round(0).astype(int)
sns.heatmap(data=year_month_new, cmap="Blues", annot=True, fmt="d")
Answer 1
질문글 달았다가 해결방법을 찾아서 같이 공유하려고 수정했습니다!!