Python Quiz- 1.9

Python Quiz- 1.9

University

12 Qs

quiz-placeholder

Similar activities

JAVA-2

JAVA-2

University

10 Qs

Python 146- While Loops

Python 146- While Loops

4th Grade - Professional Development

10 Qs

Sayısal Tasarım - Shift Registers

Sayısal Tasarım - Shift Registers

University - Professional Development

9 Qs

Belajar Microsoft Exel

Belajar Microsoft Exel

University

10 Qs

STII (AD23) - Funciones Básicas de Excel (T5)

STII (AD23) - Funciones Básicas de Excel (T5)

University

15 Qs

Untitled Quiz

Untitled Quiz

7th Grade - University

15 Qs

Examen Excel

Examen Excel

University

10 Qs

nesne tabanlı

nesne tabanlı

10th Grade - University

15 Qs

Python Quiz- 1.9

Python Quiz- 1.9

Assessment

Quiz

Computers

University

Medium

Created by

Rahul Mahato

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Not a function of Dataframe?

Head()

Tail()

loc()

multi()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can be used to make a Dataframe?

Series

DataFrame

Structured ndarray

All of the above

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Type the syntax that returns the top 5 rows in DataFrame df with the native Pandas function (not slicing):

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Among the following functions, which one can be used to combine dataframes when they have similar structure.

combine_first

merge()

concat()

All of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For the concat(), if the axis=1, it will join the dataframes ...............

vertically

horizontally

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the functions can be used to delete column/row from a DataFrame?

pop()

drop()

at()

iloc()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create an empty Series object, you can use?

pd.Series( )

pd.Series(np.NaN)

pd.Series(empty)

All of these

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?