assignment-04-visualization.../README.md
hblu dca2f421c2
All checks were successful
autograde-assignment-04-visualization / check-trigger (push) Successful in 2s
autograde-assignment-04-visualization / grade (push) Has been skipped
Initial commit
2025-12-07 05:34:33 +08:00

28 lines
800 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 作业 4数据可视化仪表板
## 任务
-`src/dashboard.py` 中完成 `DataDashboard` 类:实现数据加载、统计分析、图表生成等功能。
- 从数据中发现规律,生成有意义的可视化报告。
- 通过公开测试与隐藏测试;提交 `REPORT.md` 反思报告。
🎯 **重点**:不只是画图,而是从数据中发现规律。
## 环境与依赖
- Python 3.11+
- 安装依赖:`pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple`
## 本地运行
```bash
python -m pytest -v
```
## 提交要求
- 提交信息需包含关键字"完成作业"以触发评分。
- 确保 `REPORT.md` 已填写,特别是"数据发现"部分。
## 评分构成(总分 20
- Core 测试10 分
- Edge 测试4 分
- REPORT.md6 分