weixinAnalysis:微信好友分析

时间:2021-05-16 08:21:31
【文件属性】:
文件名称:weixinAnalysis:微信好友分析
文件大小:42KB
文件格式:ZIP
更新时间:2021-05-16 08:21:31
Python Python3.6+pyecharts实现微信好友的数据分析 1.itchat安装及使用 # 安装 pip install itchat # 通过如下命令登陆,即使程序关闭,一定时间内重新开启也可以不用重新扫码。该方法会生成一个静态文件 itchat.pkl ,用于存储登陆的状态 itchat.auto_login(hotReload=True) # 导出设置 itchat.dump_login_status() 2.pandas安装及使用 # 安装 pip install pandas 2.1DataFrame使用 # DataFrame使用 DataFrame 是一个表格型的数据结构。它提供有序的列和不同类型的列值。 input: import pandas as pd a=pd.DataFrame() output: Empty DataFrame Columns: [] Index
【文件预览】:
weixinAnalysis-master
----qqq.jpg(44KB)
----analysis.py(5KB)
----README.md(11KB)
----.idea()
--------misc.xml(288B)
--------vcs.xml(180B)
--------weixin.iml(654B)
--------modules.xml(264B)

网友评论