Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following works analogously to the form of the dict constructor?

a) DataFrame.from_items
b) DataFrame.from_records
c) DataFrame.from_dict
d) all of the mentioned

Answer: a
Explanation: DataFrame.from_records takes a list of tuples or an ndarray with structured dtype.

Join The Discussion