Day 7

Day 7

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Analisis Data Deforestasi (PLB)

Analisis Data Deforestasi (PLB)

11th Grade

10 Qs

A3 IIIB - Básicas de EDA

A3 IIIB - Básicas de EDA

11th Grade - University

10 Qs

Python Pandas/MatPlotLib

Python Pandas/MatPlotLib

12th Grade

9 Qs

Python Charts - Line chart

Python Charts - Line chart

12th Grade

8 Qs

Python Pandas

Python Pandas

12th Grade

10 Qs

Data Science I

Data Science I

12th Grade

10 Qs

advanced storage techniques ( arrays , DataFrame)

advanced storage techniques ( arrays , DataFrame)

9th - 10th Grade

9 Qs

Python1

Python1

12th 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()