Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pro
Pinned
756 contributions in the last year
Contribution activity
January 2020
Created an issue in chezou/tabula-py that received 3 comments
read_pdf(...stream=True) on tabula-py 2.0 throws TypeError for some files
Summary of your issue
Reading certain PDFs in stream mode...
df = read_pdf(u,stream=True,pages='all')
causes the following exception in pandas:
tab…
•
3
comments