NumpyPandas

NumpyPandas

University

10 Qs

quiz-placeholder

Similar activities

DP-100 Day 4

DP-100 Day 4

University - Professional Development

10 Qs

Data Preprocessing - Paatshala Quiz

Data Preprocessing - Paatshala Quiz

University

10 Qs

Libreria pandas

Libreria pandas

University

12 Qs

Data Analytics using Python - Quiz 2

Data Analytics using Python - Quiz 2

University

15 Qs

Python Quiz - 2.6

Python Quiz - 2.6

University

12 Qs

A1 IIIB - Introducción a Data Science

A1 IIIB - Introducción a Data Science

11th Grade - University

10 Qs

Python Workshop Day - 2

Python Workshop Day - 2

University

15 Qs

Python Quiz- 1.9

Python Quiz- 1.9

University

12 Qs

NumpyPandas

NumpyPandas

Assessment

Quiz

Computers

University

Medium

Created by

Geeta Gupta

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _________ is used in Pandas to access a group of rows or columns by integers.

  • dataframe.loc

  • dataframe.iloc

  • dataframe.pos

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _________ is used to return the first n rows of the Pandas DataFrame.

  • dataframe.first()

  • dataframe.header()

  • dataframe.head()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Concatenate Pandas DataFrame using the _______ method

  • concatenate()

  • concat()

  • concatenation()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Read CSV in Python Pandas using the _____ method.

  • csv()

  • readcsv()

  • read_csv()

  • read_csv_file()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To drop a row in Pandas, the axis parameter of the drop() function is set to

0

1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _____ method in Pandas is used to drop and remove rows with null values.

  • dropnull()

  • drop()

  • drop_null()

dropna()

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The _____ method in Python Pandas is used to return the summary statistics for each column

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?