pandas select only columns with na

Solutions on MaxInterview for pandas select only columns with na by the best coders in the world

showing results for - "pandas select only columns with na"
Suzanne
28 Jan 2018
1null_cols = df.columns[df.isnull().any()]
similar questions
queries leading to this page
pandas select only columns with na