- 博客(49)
- 资源 (2)
- 收藏
- 关注
原创 【机器学习实战】2_predict_median_house_values代码《Hands-On Machine Learning with Scikit-Learn&TensorFlow》
# -*- coding: utf-8 -*-"""Created on Mon Dec 17 14:53:17 2018@author: Administrator"""#from __future__ import division,print_fuction,unicode_literals#os 模块提供了非常丰富的方法用来处理文件和目录。import os#impor...
2019-07-15 20:02:10
529
原创 【机器学习实战】1_GDP预测案例代码《Hands-On Machine Learning with Scikit_Learn &TensorFlow》
# -*- coding: utf-8 -*-"""Created on Fri Dec 14 13:45:58 2018@author: Administrator"""#import matplotlibimport matplotlib.pyplot as pltimport numpy as npimport pandas as pdimport sklearn#f...
2019-07-12 18:50:57
1647
3
转载 【微信】利用python实现微信好友防撤回、消息监控
# -*- coding: utf-8 -*-"""Created on Fri Jun 21 12:09:43 2019@author: wuxian"""import sysimport os, re, shutil, time, collections, jsonfrom html.parser import HTMLParserfrom xml.etree impor...
2019-07-03 10:04:10
1466
原创 【微信】利用python分析微信好友各维度信息
想要知道你的微信好友性别分布嘛,想知道盆友分布在全国哪个省、哪个城市嘛,想要知道盆友喜欢什么嘛(签名),快来看看吧
2019-07-02 19:21:51
353
原创 excel如何拆分工作簿——VBA实现
用VB实现Sub 拆分工作簿() Application.ScreenUpdating = False '关闭屏幕闪动,提速 Application.DisplayAlerts = False '关闭窗口提示 kk = 2 Set dic = CreateObject("scripting.dictionary") With ThisWorkbook.Wo...
2019-06-28 18:50:06
1548
原创 mysql使用过程中一下小技巧总结
Mysql 执行顺序:from——>where——>groupby——>having——>select——>order by
2019-06-28 17:16:02
196
原创 数据准备工作:区分新老户(自建表或存函实现)
场景:区分未下单/下过订单的用户####区分新老户#######drop table if exists new_old_distingush;create table new_old_distingushSELECT user_id,nid,apply_time,firstend_oldstart_time,if(TIMESTAMPDIFF(second,firstend_oldsta...
2019-06-28 15:58:13
310
原创 利用mysql对文本数据进行处理
爬虫实战01——数据预处理(mysql)除了利用pandas模块进行数据处理, 还可以利用mysql进行处理将爬虫下来的数据导入mysql,并进行数据处理:DROP TABLE if exists a.*; CREATE TABLE a.* # 新建数据表(SELECT DISTINCT hou_code ,#f1+1 id,infotitle 标题,alt 地标_1,p...
2019-06-28 15:32:57
424
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅