我正在尝试使用绘制python中的分布图seaborn。但是我收到以下无法解决的错误。
seaborn
码:
sns.distplot(df['nn'])
错误:
cannot convert float NaN to integer
是否有任何有效的方法可以通过绘制直方图和分布图来解决此问题?
python matplotlib pandas plotly seaborn
matplotlib ×1
pandas ×1
plotly ×1
python ×1
seaborn ×1