CBSE Class 12 Informatics Practices Question 78 of 167

Python Pandas — I — Question 3

Back to all questions
3
Question

Question 3

While series is a one-dimensional data structure object, dataframe is a multi-dimensional data structure object.

Answer

True

Reason — The Series is a one-dimensional data structure object, while the DataFrame is a multi-dimensional data structure object.