追寻航空

文章
4
资源
0
加入时间
2年10月21天

python 去掉只出现一次的类别

fileName = file_name csvfile = open(fileName , 'rb') # 打开csv文件 reader = pd.read_csv(csvfile) # 读取文件内容 # print(reader['label'].value_counts()) aps = reader['label'].value_counts() ...