Trial: Table Column subclassed from quantity #1583
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
While looking again at #1540, I realised that to have table columns behave like quantities, it is not good enough to just add some methods, as, e.g.,
c.mean()should produce a quantity, not just a number. One more complete solution is to subclass. Fortunately, withsuperthis is surprisingly easy, as shown in this PR. Note especially the lovely definitionSome notes:
MaskedQuantityimplementation.table.join, etc.).unitonly changes the nature of theColumnif it is already part of aTable(where I use_rebuild_table_column_views). I don't know how to handle a column by itself.unit(Quantities should allow in-place change to compatible units #1253 rears its head!).Columnstill will be; for numerical cases, aQuantityColumnwithunit=''would always seem more appropriate.Anyway, for now it is fun being able to do things like