質問編集履歴
1
データに目的変数の項を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
No, element
|
7
|
+
No, element, price
|
8
8
|
|
9
|
-
1, "{banana, ""orange"", ""apple"", grape, peach}"
|
9
|
+
1, "{banana, ""orange"", ""apple"", grape, peach}", 200
|
10
10
|
|
11
|
-
2, "{""orange"", grape, peach}"
|
11
|
+
2, "{""orange"", grape, peach}", 180
|
12
12
|
|
13
13
|
・
|
14
14
|
|
15
15
|
・
|
16
16
|
|
17
|
-
50000, "{""orange"", ""apple""}"
|
17
|
+
50000, "{""orange"", ""apple""}", 100
|
18
18
|
|
19
19
|
(どういう意味があるのか不明ですが、リスト内の特定のワードが「""」で囲まれています)
|
20
20
|
|