Introduction into seaborn with the penguin dataset

Abstract

This notebook introduces basic data visualization with seaborn using the built-in penguin dataset.
It demonstrates simple univariate and multivariate plots and explains how to customize them with seaborn and matplotlib.

Learning goals
After completing this notebook, you will be able to:

  • Load and explore datasets using pandas
  • Create basic plots with seaborn and pandas
  • Understand the relationship between seaborn and matplotlib
  • Customize plots by adjusting figure size, color, and layout
  • Combine multiple aesthetics (position, size, shape, color) in a single plot
  • Interpret visual patterns and relationships in the penguin dataset