回答編集履歴
1
修正
test
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
if df.iloc[i,0]!=df.iloc[i,1] and df.iloc[i,1]!='@@@':
|
32
32
|
|
33
|
-
df.
|
33
|
+
df.loc[i,'フラグ']='処理済み'
|
34
34
|
|
35
35
|
else:
|
36
36
|
|