You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the get_data() method returns a list for each row.
The list contains only the values of non empty cells.
When parsing a table it may be necessary to know if a cell was empty.
I suggest to add and option the get_data() method so to include an empty string (or None value) for empty cells into the returned lists.
The text was updated successfully, but these errors were encountered:
Hi, the get_data() method returns a list for each row.
The list contains only the values of non empty cells.
When parsing a table it may be necessary to know if a cell was empty.
I suggest to add and option the get_data() method so to include an empty string (or None value) for empty cells into the returned lists.
The text was updated successfully, but these errors were encountered: