Python Quiz - 2.6

Python Quiz - 2.6

University

12 Qs

quiz-placeholder

Similar activities

Migraciones

Migraciones

University

10 Qs

Quiz 2

Quiz 2

University

10 Qs

Node-Red

Node-Red

University

17 Qs

Quiz 6

Quiz 6

University

10 Qs

NVSP_CNTT

NVSP_CNTT

University

10 Qs

Dates in python

Dates in python

2nd Grade - Professional Development

12 Qs

SOM - Comandos LINUX

SOM - Comandos LINUX

9th Grade - University

15 Qs

Tugas PJJ DA I 2022

Tugas PJJ DA I 2022

University

8 Qs

Python Quiz - 2.6

Python Quiz - 2.6

Assessment

Quiz

Computers

University

Hard

Created by

Rahul Mahato

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

State whether the following statement is true or false?

The read_csv method, by default, reads all blank lines of an input CSV file.

False

True

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used as an argument of read_csv method to skip first n lines of an input CSV file?

skip

skipn

skipnrows

skiprows

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

________ is used as an argument of the readcsv method to make data of a specific column as an index.

index

id

id_col

index_col

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following method is used to write a data frame data to an output CSV file?

csv_write

write_csv

to_csv

csv_writer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following method is used to convert a list of dates like strings into datetime objects?

datetime

date

to_datetime

to_date

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By default, missing values in any data set are read as ...........

NA

NaN

0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following method is used to fill null values with a deafult value?

fill

keepna

fillna

keep

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?