用python读取excel文件
摘要:
## 需要用到的包--pandas import pandas as pd ## 简单读取excel文件,要用到read_excel() df=pd.read_excel("D:\无名字的文件夹\实验材料.xlsx") df Out[11]: 姓名 年龄 喜好 0 张三 15 抖音 1 李四 16 阅读全文
posted @ 2023-05-20 11:05 阿苏勒的吕归尘 阅读(77) 评论(0) 推荐(0) 编辑