(Mar-24-2021, 08:25 PM)snippsat Wrote: tabula is retuning a Pandas DataFrame,now it's a list so usedf1 = df1[0]
.
Then can export DataFrame to many formats DataFrame.to_csv.
Also look at tabula-py example notebook.
now it worked
Thank you so much!!!