| name | data-analysis |
| description | Analyze datasets with spreadsheets, Python stats, plots, and reports. |
Data Analysis
Use this skill when the user asks to analyze data, spreadsheets, CSV/XLSX files, experiment results, statistics, charts, dashboards, or model outputs.
Routing
- For
.xlsx, .xls, or spreadsheet work, prefer the Spreadsheets plugin and officecli-xlsx.
- For experiment metrics and result folders, use
analyze-results.
- For statistical tests and reporting, use
statistical-analysis.
- For regression, time series, diagnostics, or inference tables, use
statsmodels.
- For scientific computing, optimization, interpolation, or numerical routines, use
scipy.
- For symbolic formulas or exact derivations, use
sympy.
- For graph/network datasets, use
networkx.
- For publication-quality figures, use
plot-from-data.
Always preserve source data, produce reproducible code or notebooks/scripts when analysis is non-trivial, and verify generated tables/figures against the input data.