上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 67 下一页
摘要: ``` import jieba #分词库 import matplotlib.pyplot as plt #数学绘图库 from wordcloud import WordCloud #词云库 #1、读入txt文本数据 file=open("E:\Data\Lofter\demo-txt\demo.txt","r",encoding="utf-8") text =file.read() #2、结 阅读全文
posted @ 2019-10-23 16:44 hank-li 阅读(572) 评论(0) 推荐(0)
摘要: import re test='just for testjust for testtest' pat = re.compile('(?). ?(?=\ 阅读全文
posted @ 2019-10-23 16:12 hank-li 阅读(2999) 评论(0) 推荐(0)
摘要: 创建数组 结构数组 连续数组的创建 排序 算术运算 统计函数 练习题:统计全班成绩 阅读全文
posted @ 2019-10-19 14:15 hank-li 阅读(361) 评论(0) 推荐(0)
摘要: _来源参考于网络_ 阅读全文
posted @ 2019-10-17 16:54 hank-li 阅读(2239) 评论(0) 推荐(1)
摘要: ``` import pandas as pd from lxml import etree import json,requests,random import os,time,shutil,traceback def get_data(url, headers): try: store_res = requests.get(url=url, headers=headers) if store_ 阅读全文
posted @ 2019-10-16 17:52 hank-li 阅读(173) 评论(0) 推荐(0)
摘要: import win32com.client import time path = r'absolute dir' #比如填文件的绝对路径,比如d:/file/stock.xlsx xl = win32com.client.DispatchEx("Excel.Application") workbo 阅读全文
posted @ 2019-10-16 14:18 hank-li 阅读(1273) 评论(0) 推荐(0)
摘要: from: https://blog.csdn.net/revitalizing/article/details/47423427 阅读全文
posted @ 2019-10-16 13:22 hank-li 阅读(791) 评论(0) 推荐(0)
摘要: 报错代码: 报错内容: 解决方案: from: https://blog.csdn.net/u010212101/article/details/78017924 阅读全文
posted @ 2019-10-16 13:14 hank-li 阅读(6568) 评论(0) 推荐(0)
摘要: 报错代码如下: 报错内容如下: 已试用但未成功方案: 最后的解决方案如下: 阅读全文
posted @ 2019-10-16 11:39 hank-li 阅读(2165) 评论(0) 推荐(0)
摘要: from: cnblogs.com/everfight/p/pandas_read_large_number.html 阅读全文
posted @ 2019-10-15 23:20 hank-li 阅读(2232) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 67 下一页