Articles → Pandas → Isnull Function Of Dataframe In Pandas

Isnull Function Of Dataframe In Pandas






Purpose





Example


import pandas as pd
import numpy as np


list = [[1,2,3], [4,5,6], [7, np.nan, np.nan]]

df = pd.DataFrame(list)

df.isnull()



Output


Picture showing the output of the Isnull function of dataframe in pandas
Click to Enlarge


Posted By  -  Karan Gupta
 
Posted On  -  Wednesday, May 1, 2019

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250