aws-samples / aws-samples/amazon-textract-textractor
Add functionality for to_pandas to handle tables with a title
Open
- Dominant language
- Jupyter Notebook
- Stars
- 493
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Description
Currently the to_pandas funciton of the Tables object only support using columns when there is no title. Could we extend this so that it additionally checks if the table has a title and if so set that to the df name and then use the following row to check for columns. Since this is already supported in the structure of the table I think it would be an extension of existing functionality.
Contributor guide
Assessment
This issue has not been assessed yet.