Skip to content
1 hidden cell
Intermediate Data Visualization with Seaborn
Intermediate Data Visualization with Seaborn
Run the hidden code cell below to import the data used in this course.
1 hidden cell
Take Notes
Add notes about the concepts you've learned and code cells with code you want to keep.
Add your notes here
# Add your code snippets hereExplore Datasets
Use the DataFrames imported in the first cell to explore the data and practice your skills!
- Use lmplot()to look at the relationship betweentempandtotal_rentalsfrombike_share. Plot two regression lines for working and non-working days (workingday).
- Create a heat map from daily_showto see how the types of guests (Group) have changed yearly.
- Explore the variables from insuranceand their relationship by creating pairwise plots and experimenting with different variables and types of plots. Additionally, you can use color to segment visually for region.
- Make sure to add titles and labels to your plots and adjust their format for readability!