摘要: 一.主题式网络爬虫设计方案 1.主题式网络爬虫名称:华北天气数据分析 2.主题式网络爬虫爬取的内容:华北天气地点':place,'天气':weather,'风的数据':fen,'最高温度':max_c,'最低温度数据 3.设计方案概述: 实现思路:爬取网站内容,之后分析提取需要的数据,进行数据清洗, 阅读全文
posted @ 2020-04-23 17:05 ZLBl 阅读(1052) 评论(0) 推荐(0) 编辑
摘要: import requestsimport reimport pandas as pd#请求网页headers = { 'User-Agent': '5498'}response = requests.get('https://tophub.today/n/KqndgxeLl9',headers=h 阅读全文
posted @ 2020-03-21 16:33 ZLBl 阅读(404) 评论(0) 推荐(0) 编辑