ISST306 | Quiz 1

ISST306 | Quiz 1

University

25 Qs

quiz-placeholder

Similar activities

Section-B MLP LA-1 Quuiz

Section-B MLP LA-1 Quuiz

University

30 Qs

Season 5 #Spaic Python Weekly Quiz

Season 5 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Arrays

Arrays

University

20 Qs

Data Processing and Analysis Skill

Data Processing and Analysis Skill

University

20 Qs

Excel

Excel

KG - University

20 Qs

BOCA

BOCA

University

20 Qs

Week 1 QUIZ

Week 1 QUIZ

University

20 Qs

Play with Python Lib

Play with Python Lib

KG - Professional Development

25 Qs

ISST306 | Quiz 1

ISST306 | Quiz 1

Assessment

Quiz

Other

University

Easy

Created by

Glaizess Salisi

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

1. Which library is commonly used in Python for data manipulation and analysis?

NumPy

Pandas

Matplotlib

  1. Seaborn

2.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

2. What is the output of df.head(3) in a Pandas DataFrame?

  1. The last 3 rows

The first 3 rows

All rows with null values

  1. The number of columns

3.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

3. Which function is used to compute descriptive statistics of a DataFrame?

  1. df.mean()

  1. df.info()

  1. df.describe()

  1. df.sum()

4.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

4. Which library is typically used for data visualization in Python?

TensorFlow

Scikit-learn

  1. Matplotlib

  1. BeautifulSoup

5.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

  1. 5. What is the purpose of the groupby() method in Pandas?

To visualize grouped data

To split and aggregate data based on column values

To sort values in ascending order

  1. To merge two DataFrames

6.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

  1. 6. How do you remove rows with missing values from a DataFrame?

  1. df.dropna()

  1. df.fillna()

  1. df.remove_null()

  1. df.clean()

7.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

  1. 7. Which method reads a CSV file into a Pandas DataFrame?

  1. pd.read_csv()

  1. pd.load_csv()

  1. pd.import_csv()

  1. pd.open_csv()

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?