会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
likedata
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
python
编程and库
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
阅读(391)
评论(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
阅读(1208)
评论(0)
推荐(0)
公告