Name the Pandas object that can store one dimensional array like object and can have numeric or labelled indexes.
2 Likes
The Pandas object that can store one-dimensional array like objects with numeric or labeled indexes is called a "Series Object".
Answered By
1 Like
What is the use of Python Pandas library ?
Can you have duplicate indexes in a series object ?
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 ?