tabula.convert_into(filename_final, (filename_zero + '.csv'),
output_format="csv", pages="all")
How would I go about converting just pages 2 through the end? The "area" changes for the convert from page 1 through the rest of the pages.
I am using the Python wrapper tabula-py
Thanks in advance!