KnowledgeBoat Logo
|

Informatics Practices

What does drop() function do ?

Python Pandas

2 Likes

Answer

The drop() function in pandas is used to delete rows from a dataframe.

Answered By

1 Like


Related Questions