course content

Course Content

First Dive into Seaborn Visualization

ChallengeChallenge

Before going to the next chapter, let's cope with a little problem!

question-icon

Fill in the gaps to complete the program.

import seaborn
___

import matplotlib.pyplot
___

import pandas
___

___
('filename.csv')
___
.histplot(x = 'column_name', data =
___
)
___

Click or drag`n`drop items and fill in the blanks

dots
as sns
dots
sns
dots
df
dots
as pd
dots
df = pd.read_csv
dots
as plt
dots
plt.show()
down-icon

Section 3.

Chapter 1