-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tables] Update extract simple table with option to allow gaps
This is because extract_simple_table is much faster than extract_table, and we often have cases where only a few columns or rows don't have data in every cell. Initially we wanted this to only be used on full table, since it can easily miss cells. We still achieve this when allow_gaps=False (default), but you can say that you're expecting gaps.
- Loading branch information
Showing
1 changed file
with
57 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters