Informatics Practices
Can you have duplicate indexes in a series object ?
Python Pandas
2 Likes
Answer
Yes, series object can have duplicate indexes.
Answered By
2 Likes
Related Questions
What is the use of Python Pandas library ?
Name the Pandas object that can store one dimensional array like object and can have numeric or labelled indexes.
What do these attributes of series signify ?
(i) size
(ii) itemsize
(iii) nbytes
If S1 is a series object then how will len(S1) and S1.count() behave ?