4 Star 11 Fork 20

程序员晚枫 / python4office

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pandas.py 220 Bytes
一键复制 编辑 原始数据 按行查看 历史
程序员晚枫 提交于 2022-04-15 15:06 . init project
import pandas as pd
import numpy as np
info1 = name + time + result
info1 = np.array(info1).reshape(1,3)
df = pd.DataFrame(info1,columns=['姓名','时间','检测结果'])
df.to_excel('核酸结果.xlsx', index=False)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/CoderWanFeng/python4office.git
git@gitee.com:CoderWanFeng/python4office.git
CoderWanFeng
python4office
python4office
master

搜索帮助