Python Quiz- 1.9

Python Quiz- 1.9

University

12 Qs

quiz-placeholder

Similar activities

CSC305: TOPIC 4

CSC305: TOPIC 4

University

15 Qs

Sayısal Tasarım - Shift Registers

Sayısal Tasarım - Shift Registers

University - Professional Development

9 Qs

PAP Module-3 Part-2

PAP Module-3 Part-2

University

16 Qs

Bài 2. Các thành phần chính và dữ liệu trên trang tính

Bài 2. Các thành phần chính và dữ liệu trên trang tính

University

10 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

Bài test CTDL

Bài test CTDL

University

10 Qs

Python debugging

Python debugging

University

10 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?