Python-可视化
sunyezhuang
这个作者很懒,什么都没留下…
展开
-
词云构建
在Python中构建词云,采用的是wordcloud库官网: https://amueller.github.io/word_cloud/ github: https://github.com/amueller/word_cloud例子:http://blog.csdn.net/kevinelstri/article/details/53142810 import matplotlib.pypl原创 2017-02-23 16:20:43 · 735 阅读 · 0 评论 -
Python index 编写和编码格式
dataframe index导入和导出数据的各种格式 http://pandas.pydata.org/pandas-docs/stable/io.html 1)导入的数据,不需要index的输入方式import pandas as pd df=pd.Dataframe('c:/users/sun/desktop/text.csv',encoding='utf-8',(index_col=0 o原创 2017-02-23 17:02:05 · 718 阅读 · 0 评论