Python pandas库读取excel文件

参考资料: http://www.javashuo.com/article/p-bxzzgiqs-r.html   安装pandas  Pip install pandas 安装xlrd Pip install xlrd Panda库常用方法: 读取文件read_excel: File=pandas.read_excel(io, sheet_name=0, header=0, skiprows=N
相关文章
相关标签/搜索