SUFE-Chaoyi/dsh-plugin-csv-report ↗★ 0
dsh-plugin-csv-report
面向 CSV 描述统计与可复现报告的 DeepSeek Harness 插件
AI 분석
核心用途是辅助 AI 进行 CSV 数据分析并生成可复现的描述性统计报告。适合需要对表格数据进行自动化分析与汇报的用户。必要条件是需配置 Python 3 环境及相关依赖。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SUFE-Chaoyi/dsh-plugin-csv-report配置
安装后,在 profile 的 cordis.patch.yml 覆盖路径。示例见 example/config/cordis.example.yml。
- insert:
- id: csv-report
name: dsh-plugin-csv-report
config:
dataDir: /absolute/path/to/csv-data
outputDir: /absolute/path/to/reports
pythonPath: /absolute/path/to/python
安装 Python 依赖:
python -m venv .venv
.venv/bin/python -m pip install -r requirements.lock.txt