Challenge: Visualizing Seaborn Datasets
This lesson provides a few exercises to test your understanding of the seaborn module for visualization.
We'll cover the following...
In this challenge, different datasets made available by seaborn
are used to plot different visualizations.
Heatmap
The flights
dataset will be used to plot a heatmap of its values. The contents of the data can be viewed ...