CBSE Class 12 Informatics Practices
Question 47 of 167
Python Pandas — I — Question 12
Back to all questionsWe can't change the index of the series
Reason — We can change or rename the indexes of a Series object by assigning a new index array to its index attribute. The syntax is <Object>.index = <new index array>.