📜  查找空值 pandas - Python 代码示例

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

代码示例6
#Retreieve boolean values of whether or not the given cells of a dataframe are 
#null
df.isnull()