I am trying to read a table in a PDF and turn it into a pandas data frame. However some of the tables span multiple pages and I don't know which ones. Is there a way to read the table as 1 and not give tabula the pages?
I have tried to just read the table but it cuts it at the end of the page. I have tried to do "Lattice=True" but that only combines the lines in a cell.
I have found a solution. I had to create a function but it seems to work well.