摘要: def my_test(a, b): return a + b df['value'] = df.apply(lambda row: my_test(row['c1'], row['c2']), axis=1) 转载 https://blog.csdn.net/guotong1988/article 阅读全文
posted @ 2020-08-06 12:18 HuaBro 阅读(2568) 评论(0) 推荐(0) 编辑
摘要: 很多人都用过jupyter工具,代码分块调试利器。 下面介绍如何按照Python库,以fuzzywyzzy为例 通俗点就是pip前面加上英文感叹号。 # 安装 !pip install fuzzywuzzy # 卸载 !pip uninstall fuzzywuzzy -y 一句话,卸载后面加上-y 阅读全文
posted @ 2020-08-06 10:28 HuaBro 阅读(729) 评论(0) 推荐(0) 编辑
摘要: Google 等镜像网站 谷歌学术和谷歌搜索 https://ac.scmor.com/ 谷歌学术 https://www.gycc.com/ SCI-Hub http://tool.yovisun.com/scihub/ Github https://github.com.cnpmjs.org/ 阅读全文
posted @ 2020-08-06 09:38 HuaBro 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 如何安装crx文件? (1) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 chrome://extensions/ 按下回车打开扩展程序页面 (2) 打开扩展程序页面的“开发者模式” (3) 将crx文件拖拽到扩展程序页面,完成安装 阅读全文
posted @ 2020-08-06 09:29 HuaBro 阅读(15) 评论(0) 推荐(0) 编辑