CBSE Class 12 Informatics Practices Question 85 of 167

Python Pandas — I — Question 10

Back to all questions
10
Question

Question 10

A DataFrame has similar properties as a Series object.

Answer

False

Reason — A DataFrame is a 2-dimensional, heterogeneous, size-mutable data structure with 2 indexes, while a Series is a 1-dimensional, homogeneous, size-immutable data structure with 1 index.