会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
likedata
博客园
首页
新随笔
联系
订阅
管理
2019年11月23日
python安装第三方库报错:Cannot uninstall '***'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
摘要: pip install ignore installed ${PACKAGE_NAME}
阅读全文
posted @ 2019-11-23 23:56 likedata
阅读(348)
评论(0)
推荐(0)
编辑
可视化,matplotlib,seaborn,plotly,pyecharts等等
摘要: 1. 画频率直方图 import pandas as pd import matplotlib.pyplot as plt Series.value_counts().plot.bar() plt.show() value_counts()的参数说明如下: sort,是否把统计后的次数排序,默认是降
阅读全文
posted @ 2019-11-23 10:55 likedata
阅读(1188)
评论(0)
推荐(0)
编辑
公告