Data Analysis Lab
Profile CSV/JSON datasets, detect data quality issues, compute summaries, and prepare spreadsheet-ready analysis.
How to use it
- Open Kendr Desktop.
- Go to Skills, then Marketplace.
- Search for Data Analysis Lab or data-analysis-lab.
- Install the pack, then enable the pack or individual skills you want available in agentic mode.
Kendr Desktop compares the installed version with the hosted catalog version and offers an update when this pack changes.
Install source
Use this hosted archive when installing or updating the pack from Kendr Desktop.
Data Analysis Lab
Analyze CSV, TSV, JSON, and JSONL datasets with profiling, quality checks, numeric summaries, grouped summaries, correlations, and spreadsheet-ready recommendations.
Data Analysis Lab
Use this skill when the user asks for data analysis, CSV/JSON exploration, spreadsheet analysis, KPI summaries, data quality checks, trends, cohorts, or a workbook-ready analytical summary.
Prefer inspection first:
- use
data-analysis.inspect_datasetto understand columns and sample rows - use
data-analysis.profile_datasetbefore making assumptions about field meaning - use
data-analysis.find_data_quality_issuesbefore reporting final conclusions - use
data-analysis.summarize_numeric_columns,data-analysis.compute_grouped_summary, anddata-analysis.correlation_matrixfor quantitative analysis
For outputs:
- explain row counts, scanned limits, missing data, and assumptions
- distinguish measured facts from inferred interpretation
- use
Spreadsheet.create_spreadsheet_workbookwhen the user asks for Excel, XLSX, a tracker, a table package, or a reusable analysis workbook - include formulas, source columns, summary rows, and chart-ready tables when creating a workbook
Do not invent missing values. If a column is ambiguous, state the interpretation used.