CBSE Class 12 Informatics Practices Question 77 of 167

Python Pandas — I — Question 2

Back to all questions
2
Question

Question 2

Both Series and DataFrame are one-dimensional data structure objects.

Answer

False

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