📆 版本历史
🏷️ DrissionRecord
v1.0.0
DataRecorder重命名为DrissionRecord- 对底层进行大幅重构
Filler功能并入Recorder- 对 api 进行了优化
🏷️ DataRecorder
DataRecorder 是 DrissionRecord 的前身。
v3.6.3
- 可以设置第 0 行为表头(自动以列号为表头内容)
set.head()、set.head_row()、set.fit_head()改为set.header()、set.header_row()、set.fit_header()Recorder和Filler增加header属性
v3.6.2
- 增加备份功能
Recorder支持 jsonl 格式Recorder和Filler增加set.head_row()方法record()方法删除new_file参数- 文件名有非法字符时自动替换成全角
- 修复数据库新增列问题
v3.5.3
Filler删除set.row_num_title()方法、row_num_title属性Filler的keys和dict_keys属性返回的数据不再在内容中带行号,改为row属性- 修复一个 openpyxl 本身的 bug