What problem does it solve?
This Skill turns tabular data into clear statistical visualizations so you can explore patterns, compare groups, and communicate results without writing repetitive plotting code from scratch.
Core Features & Use Cases
- Exploratory analysis: Quickly inspect distributions, relationships, and correlations across DataFrame columns.
- Categorical and comparison plots: Build box plots, violin plots, bar plots, point plots, and count plots for group comparisons.
- Multivariate and matrix views: Create pair plots, joint plots, faceted grids, and heatmaps for deeper analysis.
- Use case: You have a dataset of training metrics, labels, and outcomes, and you want one consistent visualization workflow to compare categories, inspect distributions, and produce publication-ready figures.
Quick Start
Ask for a seaborn visualization for your DataFrame, naming the columns to plot, the chart type you want, and any grouping or styling preferences.