Standardize table output: Connect parent row information to each row it applies to #54
Elijas
started this conversation in
General Chat & Ideas
Replies: 2 comments
-
Using the Example outputs: Table 1 input
Table 1 output
Table 2 input
Table 2 output
Currently, I am testing different edge cases and working on other table formats like
.. etc |
Beta Was this translation helpful? Give feedback.
0 replies
-
There are no separating blank columns for this GOOG 10-Q table suggesting "Empty rows in tables" is not a robust way to connect parent rows. will have a faulty output for independent rows.
Additionally, We cannot connect "Current assets:" to "Assets" because of no indentation or blank separating rows. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
Table as it appears originally in the report
Semi-standardized table
Source: Table from recent AAPL 10-Q filing
Task
For example, we'd want the current output
to become
Or become its multi-indexed alternative. Each output style has pros and cons, but they're interchangeable, so it doesn't matter too much.
Some ideas how to achieve it (they can also be mixed):
Note
This task is tentative, feel free to start a discussion to propose a better alternative. You can do it in the comments below or in the #sec-parser-tables channel.
Currently working on it
Beta Was this translation helpful? Give feedback.
All reactions