# 目标
统计三国演义中出现次数前100,并绘制云图
# 准备
分析工具:jieba,pandas,matplotlib,wordcloud
数据文档:三国演义.txt(原著),三国人物.txt(三国人名,大约1000多个),三国字.txt(一些常见人名及字,约800)
这些文档,放到了后面
## ... ...
分类:
其他好文 时间:
2020-01-12 13:24:11
阅读次数:
95
pandas 入门: pandas 含有使数据分析工作变得更快更简单的高级数据结构和操作工具。pandas 是基于Numpy 构建的。 导入pandas包: from pandas import Series , DataFrame import pandas as pd pandas 的数据结构介 ...
分类:
其他好文 时间:
2020-01-12 11:35:59
阅读次数:
78
ISR大致可以分几类: Cisco 860、880、890 ISR1800 (fixed)、1800 (modular)、2800、3800 Series ISR1900、2900、3800、3900 Series ISR4K 每一代的设备,设备的性能肯定都不一样,本摘要,将主要记录ISR的吞吐性能 ...
分类:
其他好文 时间:
2020-01-11 22:37:14
阅读次数:
386
Supplementary knowledge: 1. sensitivity analysis; 敏感度分析 sensitivity analysis is the study of how the uncertainty in the output of a mathematical model ...
分类:
Web程序 时间:
2020-01-11 09:43:50
阅读次数:
104
import numpy as npimport pandas as pd# # 目录# 生成数据# 查看数据# 选择# 缺失值# 运算-apply# 合并# 分组# 重塑-reshape# 数据透视表# 时间序列# 类别-Category# csv数据输入/输出# s = pd.Series([1 ...
分类:
编程语言 时间:
2020-01-11 00:10:06
阅读次数:
99
tasks:1. review the community detection paper2. formulate your problem and software functions3. Suppose: similar time series tend to connect to each o ...
分类:
编程语言 时间:
2020-01-09 13:23:33
阅读次数:
100
电脑概览电脑型号 华硕 All Series操作系统 Microsoft Windows 7 旗舰版 (64位/Service Pack 1)CPU (英特尔)Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz(3201 MHz)主板 华硕 TROOPER B85内存 4 ...
分类:
其他好文 时间:
2020-01-08 20:53:41
阅读次数:
71
电脑型号 X64 兼容 台式电脑 (扫描时间:2020年01月08日)操作系统 Windows 7 旗舰版 64位 SP1 ( DirectX 11 ) 处理器 英特尔 Pentium(奔腾) G4400 双核主板 华硕 H110M-F ( 100 Series/C230 Series 芯片组 Fa ...
分类:
其他好文 时间:
2020-01-08 20:46:31
阅读次数:
125
电脑型号 X64 兼容 台式电脑 (扫描时间:2020年01月08日)操作系统 Windows 7 旗舰版 64位 SP1 ( DirectX 11 ) 处理器 英特尔 Pentium(奔腾) G4400 双核主板 华硕 H110M-F ( 100 Series/C230 Series 芯片组 Fa ...
分类:
其他好文 时间:
2020-01-08 18:57:40
阅读次数:
71
Pandas是基于Numpy构建的库,在数据处理方面可以把它理解为numpy加强版,同时Pandas也是一项开源项目 。不同于numpy的是,pandas拥有种数据结构:Series和DataFrame: Series是一种类似一维数组的数据结构,由一组数据和与之相关的index组成,这个结构一看似 ...
分类:
其他好文 时间:
2020-01-07 16:05:16
阅读次数:
69