この記事はExcelで作れるグラフを、自己満のためだけにPythonで作ろうと思い調べた内容を綴っています。 グラフの作り方にフォーカスしており、グラフの使い分けに関しては別の記事に分けようと思っています。 少しづつ更新する予定なので気長に見守って ...
# 1. plot the distribution of the total number of habitants. Try to choose an appropriate mode of representation (histogram, density line? number of bins?) #sns.histplot(np.log10(df['Total']) , ...