回答編集履歴
1
Update
test
CHANGED
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
df[product_list] = [
|
54
54
|
|
55
|
-
[
|
55
|
+
[int(p in df.loc[r, '商材']) for p in product_list]
|
56
56
|
|
57
57
|
for r in range(len(df))
|
58
58
|
|