回答編集履歴
2
Update
test
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
count = match_energy.sum()
|
42
42
|
|
43
|
-
matched_index = df.index[match_energy]
|
43
|
+
matched_index = df.index[match_energy].tolist()
|
44
44
|
|
45
45
|
|
46
46
|
|
@@ -54,6 +54,6 @@
|
|
54
54
|
|
55
55
|
2
|
56
56
|
|
57
|
-
|
57
|
+
[2, 7]
|
58
58
|
|
59
59
|
```
|
1
Update
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
**t
|
1
|
+
**data.csv**
|
2
2
|
|
3
3
|
```csv
|
4
4
|
|