Question
Computer Science Question on Python Libraries
Pandas provide a function ______ to check whether any value is missing or not in the Datafrarne :
A
dfisNan( )
B
df.IsNaN( )
C
df.IsNull( )
D
df.isnull( )
Answer
df.isnull( )
Explanation
Solution
The correct option is (D) :df.isnull( )