CBSE Class 12 Informatics Practices
Question 4 of 167
Python Pandas — I — Question 4
Back to all questions 4
Question Both A and R are true and R is the correct explanation of A.
Explanation
A DataFrame is a two-dimensional data structure that is both value-mutable and size-mutable. This means that we can modify the values within a DataFrame, change its size in place once it's created, and add or drop elements in an existing DataFrame object without creating a new DataFrame internally.