CBSE Class 12 Informatics Practices
Question 101 of 167
Python Pandas — I — Question 12
Back to all questions(a)
>>> del df[<column_name>](b)
>>> df.drop(range(2, 6))(c)
>>> df.isnull()(d)
>>> df.fillna(999)(a)
>>> del df[<column_name>](b)
>>> df.drop(range(2, 6))(c)
>>> df.isnull()(d)
>>> df.fillna(999)