Home »
Python »
Python Pandas MCQs
DataFrame accepts many different kinds of input
20. DataFrame accepts many different kinds of input.
- True
- False
Answer: A) True
Explanation:
A DataFrame is a 2-dimensional labelled data structure with columns that can be of a variety of different kinds. You can think of it as a spreadsheet or a SQL table, or as a dict of Series objects arranged in a hierarchy. It is, by far, the most often encountered Pandas object. DataFrame, like Series, allows a wide variety of different types of input:
- 1D ndarrays, lists, and dicts, as well as a series of 2-D numpy.ndarrays
- ndarray is a structured or record ndarray
- A Sequence of Events
- Another DataFrame has been added.