CBSE Class 12 Informatics Practices Question 17 of 167

Python Pandas — I — Question 7

Back to all questions
7
Question

Question 7

True/False. Series objects always have indexes 0 to n -1.

Answer

False

Reason — Series objects allow labeled indexes and can take any user-defined labels. Hence, their indexes are not necessarily from 0 to n-1.