CBSE Class 12 Informatics Practices
Question 20 of 44
Solved 2025 Sample Question Paper CBSE Class 12 Informatics Practices (065) — Question 20
Back to all questions 20
Question Both A and R are true, and R is the correct explanation of A.
Explanation
We can add a new column to an existing DataFrame using the .at or .loc methods. A DataFrame is a two-dimensional data structure that is size-mutable. This means that we can add or drop elements in an existing DataFrame object without needing to create a new DataFrame internally.