Computer Science, asked by kanchansingh8160, 11 months ago

____________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

Answers

Answered by himanshu4431
4

Answer:

  • Reindex method in Pandas can be used to change the index of rows and columns of a Series or Data Frame.

Please mark this answer as brainliest ✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️

Answered by GodSun
0

Answer:

Correct Answer (ii) reindex()

Pandas Series is a one-dimensional labelled array capable of holding data of any type (integer, string, float, python objects, etc.).  

Explanation:

Reindex is the method in Pandas that can be used to change the index of rows and columns of a Series or Data frame

Similar questions