____________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
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
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
Science,
6 months ago
Math,
6 months ago
Computer Science,
11 months ago
Computer Science,
11 months ago
Environmental Sciences,
1 year ago
Environmental Sciences,
1 year ago