Day 7

Day 7

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Quiz sobre Desenvolvimento de Sistemas

Quiz sobre Desenvolvimento de Sistemas

12th Grade

10 Qs

A1 IIIB - Introducción a Data Science

A1 IIIB - Introducción a Data Science

11th Grade - University

10 Qs

A3 IIIB - Básicas de EDA

A3 IIIB - Básicas de EDA

11th Grade - University

10 Qs

Exploring Data Visualization

Exploring Data Visualization

9th Grade - University

10 Qs

Pandas

Pandas

12th Grade

10 Qs

Pandas

Pandas

12th Grade

10 Qs

advanced storage techniques ( arrays , DataFrame)

advanced storage techniques ( arrays , DataFrame)

9th - 10th Grade

9 Qs

Python Probstat B

Python Probstat B

12th Grade - University

7 Qs

Day 7

Day 7

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Tahani Alsubait

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Python library used for data manipulation and analysis:

pandas

matplotlib

seaborn

sklearn

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Python library used for plotting (data visualization):

pandas

matplotlib

sklearn

numpy

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Python library for machine learning:

pandas

matplotlib

seaborn

sklearn

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which kind of data is suitable for linear regression?

continuous

ordinal

discrete

nominal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Python command to show the first 5 records in a dataset:

df.head()

df.shape()

pd.read_csv()

df.tail()