Data visualisation with Seaborn

Parisa Gregg & Myles Mitchell

Welcome

Training Environment access

Materials

Us

Jumping Rivers

  • Data science consultancy
    • Python / R, machine learning, dashboards, API’s
  • Data engineering
    • Data pipelines, server health and security, managed Posit (RStudio) services
  • Training
    • Python, R, Git, Tableau + many more
  • Community
    • Conferences/meetups, blogs, open-source

What is Seaborn?

  • Builds on Matplotlib
  • Integrates with Pandas data structures
  • Detailed statistical plots with few lines of code

The plan

  1. Make your life easier with Seaborn!

  2. Visualisation functions

    • scatter/line plots
    • distributions
    • categorical data
  3. Multipanel plots

    • facet grid
    • pair plots
  4. (bonus) Customisation

Takeaways