码迷,mamicode.com
首页 > 其他好文 > 详细

drop_duplicates()函数

时间:2019-06-07 22:59:42      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:www   logs   detail   去除   frame   出现   检查   默认   net   

dataframe删除某一列的重复元素,默认只留下第一次出现的

 

https://blog.csdn.net/qq_28811329/article/details/79962511

 

 

 

 

 

 

 

 

 

 

 test_sample_quchong = test_sample.drop_duplicates([‘ggid‘])利用 data.drop_duplicates()#data中一行元素全部相同时才去除可检查dataframe是否有重复的行
 参考:   https://www.cnblogs.com/mahailuo/p/8317178.html

drop_duplicates()函数

标签:www   logs   detail   去除   frame   出现   检查   默认   net   

原文地址:https://www.cnblogs.com/xxswkl/p/10989306.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!