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}, ...]
The text was updated successfully, but these errors were encountered:
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}, ...]
The text was updated successfully, but these errors were encountered: