摘要: 淘宝数据清洗 01 导入相关模块 import numpy as np import pandas as pd import matplotlib as mpl import matplotlib.pyplot as plt import seaborn as sns import re impor 阅读全文
posted @ 2020-10-10 12:57 秋弦 阅读(429) 评论(1) 推荐(0) 编辑
摘要: 爬取淘宝笔记本电脑数据 1.导入模块 from selenium import webdriver import time import csv import re 2.搜索商品,获取商品页码 def search_product(key_word): # 定位输入框 browser.find_el 阅读全文
posted @ 2020-10-10 12:54 秋弦 阅读(283) 评论(0) 推荐(0) 编辑