tabula-py icon indicating copy to clipboard operation
tabula-py copied to clipboard

Simple wrapper of tabula-java: extract table from PDF into pandas DataFrame

Results 1 tabula-py issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** When given invalid columns option, it passes through to tabula-java and the error message isn't clear. https://stackoverflow.com/questions/70925281/error-in-tabula-tabula-py-when-specifying-area-parameter **Describe the solution...