-
Notifications
You must be signed in to change notification settings - Fork 648
Open
Labels
Description
Is your feature request related to a problem? Please describe.
When extracting certain tables, the default header maybe affect the recognition of correct content.
Like this:
Describe the solution you'd like
Setting the default fetch table header to empty or none is an appropriate solution.
Keeping the classic DataFrame structure avoids some additional processing steps.