Solution: Visualizing Seaborn Datasets
This lesson gives a detailed review of the solutions to the challenges in the previous lesson.
We'll cover the following...
We'll cover the following...
Heatmap solution #
The above problem plots the data on a heatmap after reshaping it.
On line 7, the pivot_table function is used to ...