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
Would be a good feature to extract the the rows as a dict, at least from simple tables.
Example:
| A | B | C |
| 1 | 2 | 3 |
...
Generating a list of dicts: [{A:1, B:2, C:3}, ...]