Data Exploration Quiz

Data Exploration Quiz

University

10 Qs

quiz-placeholder

Similar activities

Coding - Computer Programming

Coding - Computer Programming

KG - University

10 Qs

POST-TEST MODUL 1 APSI

POST-TEST MODUL 1 APSI

University

15 Qs

Workshop_2

Workshop_2

University

10 Qs

Exception handling -oracle plsql

Exception handling -oracle plsql

University

15 Qs

java script

java script

University

10 Qs

Statistics

Statistics

University

10 Qs

File Processing

File Processing

University

8 Qs

Step to Solve Problem in Computer Programming

Step to Solve Problem in Computer Programming

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?