-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide default table object when not parsing into standard format #115
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #115 +/- ##
===========================================
- Coverage 90.16% 22.92% -67.25%
===========================================
Files 9 8 -1
Lines 366 349 -17
===========================================
- Hits 330 80 -250
- Misses 36 269 +233
Continue to review full report at Codecov.
|
…ypes or default to a generic one
I am thinking about doing no modifications to the existing API, except restrict the tables that can be loaded to ones that we are certain are going to work well. then provide a new API which is a constructor of an XTbML struct. |
Closes #107
improve generic data returned by:
add usage warning via
@info
refactor interim steps to make fewer assumptions about the contents of the table (e.g.
parse_2D_table
assumes indices are issue_age and duration)iterate on generic table API to get to a happy spot
parse table metadata for display methods and/or value index information
how to handle non-contiguous indices? idea: just be
missing
for missing valuesother todo:
docuemnt in API which parts are stable, experimental
add test cases