pytonでエクセルシートを読み込んで、
縦につなげるだけのつもりでしたが、エラーがでてしまいます。
助言をいただけないでしょうか?
<コードの一部>
test03_11 = xlrd.open_workbook(str(t4_11)+'.xlsx') test03_11= test03_11.sheet_by_name(str(t2[11])+str(t3[i])) print(str(t4_11)) test03 = pd.concat([test03_0,test03_1,test03_2,test03_3,test03_4,test03_5,test03_6,test03_7,test03_8,test03_9,test03_10,test03_11])
<エラーの最後>
TypeError: cannot concatenate object of type '<class 'xlrd.sheet.Sheet'>'; only Series and DataFrame objs are valid コード
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。