Answers for "which columns has null data?"

0

which columns has null data?

df.loc[:, df.isnull().any()].columns
Posted by: Guest on January-19-2022
0

which columns has null data?

df.loc[:, df.isnull().any()].columns
Posted by: Guest on January-19-2022

Code answers related to "which columns has null data?"

Python Answers by Framework

Browse Popular Code Answers by Language