How to Extract a Table From a PDF and Convert it to a CSV DataFrame with Tabula in Python
There's often lots of tabular data locked into PDF format that I'd like to be able to work on directly in a Python Pandas DataFrame.
With a couple lines of Python code and the Tabula package, you can do just that.
Here's the Link to the Google Collaboratory Notebook to play around with the code.