📜  在 python 中为空值绘制热图 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:28.420000             🧑  作者: Mango

代码示例1
sns.heatmap(df.isnull(), cbar=False)