码迷,mamicode.com
首页 > 编程语言 > 详细

python 去重

时间:2017-03-26 23:31:52      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:ram   and   list   set   drop   class   query   cat   lis   

List:
listA = [‘python‘,‘python‘,‘言‘,‘是‘,‘一‘,‘门‘,‘动‘,‘态‘,‘语‘,‘言‘]

print sorted(set(listA), key = listA.index)

?

DataFrame:

    gd = gd.query(‘mbrg > @grouth and nprg > @grouth‘)[[‘code‘,‘mbrg‘,‘nprg‘]].drop_duplicates(‘code‘) 

python 去重

标签:ram   and   list   set   drop   class   query   cat   lis   

原文地址:http://www.cnblogs.com/fengwenit/p/6624693.html

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