Category: seaborn

Problem

Statistical visualization with Seaborn.

Solution

  sns.barplot(data=df, x="category", y="sales")
  

Notes

  • Adapt variable names and paths to your project
  • Add error handling for production use
  • See related chapters in the Learning Path