Data Exploration Quiz

Data Exploration Quiz

University

10 Qs

quiz-placeholder

Similar activities

SQL Queries

SQL Queries

University

10 Qs

SQL (1)

SQL (1)

10th Grade - University

10 Qs

Arrays and Pointers in C

Arrays and Pointers in C

University

15 Qs

POST-TEST MODUL 1 APSI

POST-TEST MODUL 1 APSI

University

15 Qs

SQL - Relational Database and tables

SQL - Relational Database and tables

University

12 Qs

Pythonintro

Pythonintro

University

15 Qs

Python input, output, and errors

Python input, output, and errors

University

14 Qs

Python

Python

University

10 Qs

Data Exploration Quiz

Data Exploration Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Aurora Angelita

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Correlation doesn’t imply causation and here are these types of correlation, Except

Zero Correlation

Positive Correlation

Weak Correlation

Negative Correlation

2.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Complete the following syntax!

import pandas as pd

import numpy as ….

Import matplotlib.pylot as plt

import seaborn as …

from scipy import ….

pd, sbn , sns

np, scipy, sns  

np, sns, stats

pd, sns, stats 

3.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Media Image

What is the syntax to create output shown as follows?

data.describe()

grouped_test2=data_gptest[['Country_Name','Planes_in_Airport']].groupby(['Country_Name')

grouped_test2.head(2)

plt.hist(df.Country_Name)

4.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

data.isnull().sum() is syntax to identify?

Type data

Data group

Correlation

Missing data

5.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

To Create Descriptive Statistics, which syntax is appropriate?

data.describe()

data.describe []

“data.(describe)”

‘data.describe()’

6.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Complete the following syntax!

data_gptest = data[['………..', 'Type','……….']]

['Country_Name', 'Type','Planes_in_Airport']

('Country_Name', 'Type','Arrivals’)

('Country_Name', 'Type','Planes_in_Airport')

['Country_Name', 'Type','Arrivals’]

7.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Media Image

What is a syntax to create output shown as follows?

data.(tail)

data.describe()

data.head()

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?