Search Header Logo

Batch -1 |28-11-24 | Day -4 Data Analytics Workshop Quiz

Authored by Gnaneshwar Reddy

Other

University

Used 1+ times

Batch -1 |28-11-24 | Day -4 Data Analytics Workshop Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

import pandas as pd

data = pd.read_csv("students.csv")

print(data.head(2))

a) First row of the CSV file

b) First two rows of the CSV file

c) All rows of the CSV file

d) Last two rows of the CSV file

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method in pandas is used to save a DataFrame to a CSV file?

a) save_csv()

b) write_csv()

c) to_csv()

d) export_csv()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you remove a column in a pandas DataFrame?

a) df.drop(column_name, axis=0)

b) df.delete(column_name)

c) df.drop(column_name, axis=1)

d) df.remove(column_name, axis=1)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Matplotlib, which function is used to create a bar plot?

a) plt.bar()

b) plt.plot()

c) plt.hist()

d) plt.scatter()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Matplotlib, which function is used to create a line plot?

a) plt.bar()

b) plt.line()

c) plt.plot()

d) plt.scatter()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

x = 10

y = 5

print(x + y)

a) 10

b) 5

c) 15

d) 50

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python module is used to work with CSV files?


a) json

b) csv

c) xml

d) file

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?