List ';表格列表';对象没有属性';到excel';

List ';表格列表';对象没有属性';到excel';,list,jupyter-notebook,List,Jupyter Notebook,如何将这些表格保存到Excel?? Excel应该是这样的 tables = camelot.read_pdf(r"C:\Users\Ayush ShaZz\Desktop\Code_Python\FoodCaloriesList.pdf",pages='all',multiple_table='true',flavor='lattice') tables.to_excel("tableExcel.xlsx") 表1表2。。。。。 Table1 <space> Table2 &

如何将这些表格保存到Excel?? Excel应该是这样的

tables = camelot.read_pdf(r"C:\Users\Ayush ShaZz\Desktop\Code_Python\FoodCaloriesList.pdf",pages='all',multiple_table='true',flavor='lattice')

tables.to_excel("tableExcel.xlsx")
表1表2。。。。。
Table1 <space> Table2 <space>.....