会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
keepgoon
博客园
首页
新随笔
联系
订阅
管理
2018年4月19日
如何利用pandas 将excel文件与csv文件进行相互转化
摘要: 1.excel to csv方法1:import xlrdimport csvdef csv_from_excel(): wb = xlrd.open_workbook('excel.xlsx') sh = wb.sheet_by_name('Sheet1...
阅读全文
posted @ 2018-04-19 17:44 keepgoon
阅读(1014)
评论(0)
推荐(0)
编辑
公告