Computers

12th

grade

Image

Python pandas 🐼

36
plays

10 questions

Show Answers
See Preview
  • 1. Multiple Choice
    10 seconds
    1 pt

    Who is the main author of pandas?

    Karl pearson

    Wes McKinney

    J D Hunter

    None of these

  • 2. Multiple Choice
    10 seconds
    1 pt

    Which method applies the function on each individual data element of the dataframe?

    Apply ()

    Applymap ()

    hist()

    pivot ()

  • 3. Multiple Choice
    20 seconds
    1 pt

    How to check if a data frame St has any missing values?

    df.null(). values.any()

    df.isnull(). values.any()

    df.empty(). values.any()

    df.empty().any()

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?