Python data science | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python data science

def missing(df,column_name): ##Start Code df[df.gender.isnull().sum()] ## End Code this is th erro ipython-input-28-6e164c723942> in <module> ----> 1 missing(df,'gender') <ipython-input-25-01108b799fe1> in missing(df, column_name) 1 def missing(df,column_name):

2nd Apr 2021, 7:04 PM
Athini Mbiko
Athini Mbiko - avatar
1 Answer
- 1
mm you can sum null values?
2nd Apr 2021, 11:35 PM
Alfonso Farías
Alfonso Farías - avatar