True/False. Series objects always have indexes 0 to n -1.
1 Like
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.
Answered By
If S1 is a series object then how will len(S1) and S1.count() behave ?
What are NaNs ? How do you store them in a data structures ?
What is the use of del statement ?
What does drop() function do ?