📜  检测数据框是否具有 nan 值 - Matlab 代码示例

📅  最后修改于: 2022-03-11 15:01:04.347000             🧑  作者: Mango

代码示例2
df.isnull().sum().sum()
5