Batch -1 | 26-11-24 | Day-2 Data Analytics workshop Quiz

Batch -1 | 26-11-24 | Day-2 Data Analytics workshop Quiz

University

10 Qs

quiz-placeholder

Similar activities

Quiz de Python: Fundamentos e Práticas

Quiz de Python: Fundamentos e Práticas

University

10 Qs

SQL set 1

SQL set 1

University

10 Qs

Exploring Data Types and Queries

Exploring Data Types and Queries

University

15 Qs

Pandas

Pandas

University

8 Qs

Text Mining with Python (week 9)

Text Mining with Python (week 9)

University

7 Qs

Packed Column Quiz

Packed Column Quiz

University

10 Qs

SPREADSHEET

SPREADSHEET

University

13 Qs

DPK20083-Topic 3

DPK20083-Topic 3

University

10 Qs

Batch -1 | 26-11-24 | Day-2 Data Analytics workshop Quiz

Batch -1 | 26-11-24 | Day-2 Data Analytics workshop Quiz

Assessment

Quiz

Other

University

Medium

Created by

Gnaneshwar Reddy

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. What does CSV stand for?

a) Comma-Separated Values

b) Compact System Variable

c) Columnar Storage Values

d) Commonly Stored Variables

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Which of the following is NOT true about a CSV file?

a) It is a plain text file.

b) It uses commas to separate values.

c) It cannot contain a header row.

d) It is compatible with Excel.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Google Colab provides a Python environment with pre-installed libraries

a) True

b) False

c) Sometimes

d) Never

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. We cannot create one dataframe from another dataframe in Pandas

a) True

b) False

c) Sometimes

d) Never

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. 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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. 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()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. What does the info() method in pandas do?

a) Displays the first few rows of the dataset

b) Provides summary statistics of numerical columns

c) Gives a concise summary of the DataFrame, including column names and data types

d) Deletes unnecessary columns from the dataset

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?