会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
loren880898
博客园
管理
2019年8月5日
python 去除Excel中的重复行数据
摘要: 导入pandasimport pandas as pd1.读取excel中的数据;frame = pd.DataFrame(pd.read_csv('excel的绝对路径.csv'’, 'Sheet1'))2.去除重复行后的数据;data = frame.drop_duplicates(subset
阅读全文
posted @ 2019-08-05 16:15 loren880898
阅读(8181)
评论(0)
推荐(0)
编辑
公告