We were facing a lot of problem extracting data from PDFs, especially tabular one. So we decided to make an opensource project using pandas data framework for extracting tabular data from PDFs.
Check it out here : https://soco.ps/2OE1L7t ! And provide us with feedback on what can be done to improve the same.
python make.py html
and I get the following error: https://gist.github.com/benoxoft/e30ee7d82f28dcadb11a91e20934f4476.x
or 7.1.1
(the latest) should work
ipython_warning_is_error = False
is what we’re missing on master.
grep
is your friend, you can just find for some part of the docstring in the code: https://github.com/pandas-dev/pandas/blob/master/pandas/_libs/tslibs/timedeltas.pyx#L1208