回答編集履歴

1

df_AARの後のカンマは余計でした。

2019/12/03 15:14

投稿

john_doe_
john_doe_

スコア354

test CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
 
4
4
 
5
- df_AAA = pd.concat([df_AA,df_AAT,],ignore_index = False)
5
+ df_AAA = pd.concat([df_AA,df_AAT],ignore_index = False)