camelotEasy Playground

Extract tables from PDFs into pandas DataFrames

Getting started with camelotRun locally
Install
pip install camelot-py[cv]
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: camelot)

camelot is a third-party package. Extract tables from PDFs into pandas DataFrames. Install with: pip install camelot-py[cv]

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?