What problem does it solve? Exploring CSV data and producing charts normally requires writing repetitive pandas and Plotly code by hand. This Skill automates exploratory data analysis by generating statistical plots, data quality profiles, and multi-plot dashboards directly from any CSV file. ## Core Features & Use Cases - Individual Visualizations: Create histograms, box plots, violin plots, scatter plots with trend lines, correlation heatmaps, line charts, bar charts, and pie charts via a single CLI command, exported as HTML, PNG, PDF, or SVG. - Automatic Data Profiling: Generate text, HTML, or JSON reports covering column types, missing data, statistical summaries, and data quality issues like duplicates and high-cardinality columns. - Multi-Plot Dashboards: Build automatic dashboards based on detected data types, or custom dashboards defined by a JSON configuration file. - Use Case: Given an unfamiliar sales dataset, first run the profiler to understand column types and data quality, then generate an automatic dashboard for an overview, and finally create targeted scatter plots and grouped box plots for a presentation. ## Quick Start Profile the attached sales_data.csv file and then create an interactive dashboard showing the key distributions and correlations.