CBSE Class 12 Informatics Practices
Question 1 of 44
Data Handling using Pandas — Question 2
Back to all questions 2
Question A is false but R is true.
Explanation
A series in pandas does not store data row-wise. It is a one-dimensional array like object containing an array of data and an associated array of data labels, called its index.