InterviewSolution
Saved Bookmarks
| 1. |
....method in Pandas can be used to change the index of rows and columns of a Series or Dataframe :(i) rename()(ii) reindex()(iii) reframe()(iv) none of the above |
|
Answer» Correct option (ii) reindex |
|