What does drop() function do ?
2 Likes
The drop() function in pandas is used to delete rows from a dataframe.
drop()
Answered By
1 Like
True/False. Series objects always have indexes 0 to n -1.
What is the use of del statement ?
What is the role of inplace argument in rename() function.
Which of the following statement will import pandas library ?