CBSE Class 12 Informatics Practices Question 76 of 167

Python Pandas — I — Question 1

Back to all questions
1
Question

Question 1

A Pandas Series object can be thought of as a column or a row, essentially.

Answer

True

Reason — When a Series object is used as a column in a DataFrame, it behaves like a column. However, when a Series is created with an index that matches the index of an existing DataFrame, it can behave like a row.