Home / CSE MCQs / Data Science Basics and Toolbox MCQs :: Discussion

Discussion :: Data Science Basics and Toolbox MCQs

  1. Which of the following works analogously to the form of the dict constructor ?
  2. A.
    DataFrame.from_items
    B.
    DataFrame.from_records
    C.
    DataFrame.from_dict
    D.
    All of the Mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment