七秒鱼记忆~
每天进步一点点!!!
摘要: import pandas as pd import xlrd read_sheet =pd.read_excel('data.xlsx') #获取sheet表单,默认第一个 head_data =read_sheet.head() #读取前5行的数据,默认前5行 print(head_data) 阅读全文
posted @ 2020-11-04 15:20 fishing~ 阅读(97) 评论(0) 推荐(0)