回答編集履歴
1
修正
test
CHANGED
@@ -36,6 +36,16 @@
|
|
36
36
|
|
37
37
|
df = pd.read_csv(text, delim_whitespace=True)
|
38
38
|
|
39
|
+
print(df.mean())
|
40
|
+
|
41
|
+
# a 3.25
|
42
|
+
|
43
|
+
# b 6.00
|
44
|
+
|
45
|
+
# c 6.00
|
46
|
+
|
47
|
+
# dtype: float64
|
48
|
+
|
39
49
|
|
40
50
|
|
41
51
|
# 平均との差
|