摘要: 参考:https://blog.csdn.net/m0_38139979/article/details/106606633 result1= result.groupby(['user_id', 'industry'])['click_times'].sum().reset_index(name= 阅读全文
posted @ 2020-11-28 21:13 qiezi_online 阅读(270) 评论(0) 推荐(0) 编辑
摘要: flag = df.price.duplicated() # flag = df.duplicated() #参考:https://www.cnblogs.com/trotl/p/11876292.html flag.any() df.drop_duplicats 阅读全文
posted @ 2020-11-28 20:22 qiezi_online 阅读(413) 评论(0) 推荐(0) 编辑
摘要: tar -zcvf /home/xahot.tar.gz /xahottar -zcvf 打包后生成的文件名全路径 要打包的目录 sudo apt install zip unzip zip -r abcdef.zip abc def.txt 这句命令的意思是将文件夹abc和文件def.txt压缩成 阅读全文
posted @ 2020-11-28 11:25 qiezi_online 阅读(142) 评论(0) 推荐(0) 编辑
摘要: kaggle链接:https://www.kaggle.com/c/word2vec-nlp-tutorial/overview 简介:给出 50,000 IMDB movie reviews,进行0和1情感二分类 我的github代码仓库:https://github.com/beathahaha 阅读全文
posted @ 2020-11-28 11:15 qiezi_online 阅读(335) 评论(0) 推荐(0) 编辑