CBSE Class 12 Informatics Practices Question 74 of 167

Python Pandas — I — Question 39

Back to all questions
39
Question

Question 39

To delete a row from a DataFrame, you may use ............... statement.

  1. remove
  2. del
  3. drop
  4. cancel
Answer

drop

Reason — The drop statement is used to delete a row from a DataFrame.