CBSE Class 12 Informatics Practices Question 55 of 167

Python Pandas — I — Question 20

Back to all questions
20
Question

Question 20

Which of the following is a two-dimensional labelled data structure of Python ?

  1. Relation
  2. DataFrame
  3. Series
  4. Square
Answer

DataFrame

Reason — A DataFrame is a two-dimensional labelled array like Pandas data structure that stores an ordered collection columns that can store data of different types.