📜  pandas 只选择带有 na 的列 - Python 代码示例

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

代码示例1
null_cols = df.columns[df.isnull().any()]