HazyResearch / fonduer

A knowledge base construction engine for richly formatted data
https://fonduer.readthedocs.io/
MIT License
409 stars 77 forks source link

get_max_row_num is missing #469

Closed HiromuHota closed 4 years ago

HiromuHota commented 4 years ago

Description of the bug

Currently, fonduer.utils.data_model_utils.tabular has

  1. get_max_col_num
  2. get_min_col_num
  3. get_min_row_num

but get_max_row_num is missing

To Reproduce

N/A

Expected behavior

Implement get_max_row_num to make it symmetric.

Error Logs/Screenshots

N/A

Environment (please complete the following information)

Additional context

N/A