CBSE Class 12 Informatics Practices
Question 84 of 167
Python Pandas — I — Question 9
Back to all questionsTrue
Reason — A DataFrame can be thought of as a collection of multiple Series objects. This is because a DataFrame can be created using multiple Series objects. For example, in a 2D dictionary, the values can be represented as Series objects, and by passing this dictionary as an argument, a DataFrame object can be created.