# 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']) , ...