Day 7

Day 7

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Ciência de Dados - Importando dados

Ciência de Dados - Importando dados

12th Grade

10 Qs

Pandas library

Pandas library

9th Grade

10 Qs

Python Panda 2

Python Panda 2

11th Grade - Professional Development

10 Qs

A2 IB - Introducción a Data Science

A2 IB - Introducción a Data Science

11th Grade - University

10 Qs

บทที่ 2 2.1 ม.3/4

บทที่ 2 2.1 ม.3/4

9th - 12th Grade

7 Qs

Classification In Python_SBQ3

Classification In Python_SBQ3

10th Grade

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 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()