CBSE Class 12 Informatics Practices Question 12 of 167

Python Pandas — I — Question 2

Back to all questions
2
Question

Question 2

Name the Pandas object that can store one dimensional array like object and can have numeric or labelled indexes.

Answer

The Pandas object that can store one-dimensional array like objects with numeric or labeled indexes is called a "Series Object".