Vidyalelo
Data Science · Q129

Data Analysis with Python

Computer Related · Data Science · question 129

Q129

Which of the following takes a dict of dicts or a dict of array-like sequences and returns a DataFrame?

A.
DataFrame.from_items
Answer
B.
DataFrame.from_records
C.
DataFrame.from_dict
D.
All of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board