摘要: import pandas as pd import numpy as np df = pd.DataFrame(np.arange(10).reshape(5,2),index=list("cvbnm"),columns=list('AB')) print(df) print(" ") print 阅读全文
posted @ 2020-03-16 21:15 胡辣汤王子 阅读(376) 评论(0) 推荐(0) 编辑
摘要: ①进入要创建项目的路径 ②scrapy startproject qsbk(项目名),创建爬虫scrapy genspider -t crawl wxapp_spider(爬虫名) "http://www.wxapp-union.com/" (域名) ③pycahrm打开项目 阅读全文
posted @ 2020-03-16 11:29 胡辣汤王子 阅读(166) 评论(0) 推荐(0) 编辑