True/False. Series objects always have indexes 0 to n -1.
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.