随笔 - 119  文章 - 0  评论 - 5  阅读 - 57360
08 2021 档案
就业生态解析篇——数据预处理代码部分
摘要:连接爬取到的存储在MySQL种的数据,在该部分不展示。 data = data[data.job_name.str.contains('数据')]# 工作名是否含有数据 # 月薪 import re def salary_deal(text): if '万/月' in text: unit = 10 阅读全文
posted @ 2021-08-25 22:30 cookie的笔记簿 阅读(94) 评论(0) 推荐(0) 编辑
爬取51job招聘信息(一)
摘要:目标,将网页上的内容爬取下来,并实现翻页,存储为csv。 import os from concurrent.futures.thread import ThreadPoolExecutor from threading import Thread import requests from re i 阅读全文
posted @ 2021-08-16 20:41 cookie的笔记簿 阅读(334) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示