小编bab*_*ban的帖子

从文本文件的数据中取平均值

我有一个文本文件,如下所示,其中字符串之间有两列:

1   23
2   29
3   21
4   18
5   19
6   18
7   19
8   24
Cluster analysis done for this configuration!

1   23
2   22
3   19
4   18
5   23
6   17
7   19
8   31
9   21
10   27
11   19
Cluster analysis done for this configuration!

1   22
2   26
3   27
4   23
5   25
6   32
7   23
8   19
9   19
10   18
11   30
12   21
13   23
14   16
Cluster …
Run Code Online (Sandbox Code Playgroud)

python bash shell awk

2
推荐指数
1
解决办法
142
查看次数

标签 统计

awk ×1

bash ×1

python ×1

shell ×1