详细分析 ▾
运行时依赖
安装命令
点击复制本土化适配说明
test-skill — test-技能 安装说明: 安装命令:["openclaw skills install product-test-skill","npx clawhub@latest install product-test-skill"]
技能文档
Data 分析器 技能 Description
A data analysis 技能 that processes CSV files and 生成s summary statistics 报告s.
Version
1.0.0
输入 file_path (string, required): Path to the CSV file to analyze columns (列出, optional): Specific columns to include in the analysis 输出 summary (object): Statistical summary including mean, median, std, min, max for each numeric column row_count (integer): Total number of rows processed 权限s File read 访问 (local workspace only) No network 访问 required Usage Example 输入: {"file_path": "data/sales.csv", "columns": ["revenue", "quantity"]} 输出: {"summary": {"revenue": {"mean": 150.5, "median": 120.0}}, "row_count": 1000}
Dependencies pandas >= 2.0.0 numpy >= 1.24.0