DAVI Seaborn

DAVI Seaborn

12th Grade

8 Qs

quiz-placeholder

Similar activities

CodeHS 5.4 & 5.5 ArrayList Stuff

CodeHS 5.4 & 5.5 ArrayList Stuff

9th - 12th Grade

10 Qs

KONEKSI BASIS DATA

KONEKSI BASIS DATA

12th Grade

10 Qs

Network Fundamentals-IOS Operating System Part 2

Network Fundamentals-IOS Operating System Part 2

9th - 12th Grade

8 Qs

MySQL Python Connectivity

MySQL Python Connectivity

12th Grade - University

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Python Charts - Line chart

Python Charts - Line chart

12th Grade

8 Qs

User Interfaces

User Interfaces

11th - 12th Grade

10 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

DAVI Seaborn

DAVI Seaborn

Assessment

Quiz

Computers

12th Grade

Easy

Created by

June ho

Used 8+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Seaborn is python _________library based on matplotllib.

Graphical Interface

Data Visualization

Data Structure

Statistical Graph

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the syntax to seaborn

Import as sns

import seaborn as sns

import seaborn as as

all of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function to give color to plot?

plt.show()

color()

sns.swarmplot()

color_palette()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

________store data in the form of rectangular grids by which the data can be viewed easily.

numpy

Dataset

Dataframe

Datatype

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The interface for manipulating the styles is _____

set_interface()

set_style()

set_look()

set_form()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to remove the top

and right axis spines in white and ticks

themes?

despine()

spine()

grid()

set_context()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The best way to analyze Bivariate Distribution in seaborn is by using the ____________ function.

Pyplot()

Jointplot()

palplot()

joint()

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which function used to positions each point of scatter plot on the categorical axis and thereby avoids overlapping points?

stripplot()

swarmplot()

countplot()

ountplot()