Google News
logo
Pandas - Quiz(MCQ)
Which of the following takes a dict of dicts or a dict of array-like sequences and returns a DataFrame?
A)
DataFrame.from_dict
B)
DataFrame.from_items
C)
DataFrame.from_records
D)
None of the above

Correct Answer : Option (B) :   DataFrame.from_items

Advertisement