πŸ“Š Pandas
Q. Which function is used to drop a column or row from a DataFrame?
  • (A) drop()
  • (B) remove()
  • (C) delete()
  • (D) discard()
πŸ’¬ Discuss
βœ… Correct Answer: (A) drop()

Explanation: The drop() method removes specified rows or columns from a DataFrame.

Explanation by: Sikhar Chaudhary
The drop() method removes specified rows or columns from a DataFrame.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
51
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Sikhar Chaudhary
Publisher
πŸ“ˆ
87%
Success Rate