Support nesting of AlignedDynamicTable #575
Labels
category: enhancement
improvements of code or code behavior
help wanted: deep dive
request for community contributions that will involve many parts of the code base
As identified #571 and #574 while nesting of
AlignedDynamicTable
is in principle possible---i.e.,we could use anAlignedDynamicTable
as a category for anotherAlignedDynamicTable
--- this behavior is currently not supported. In particular the interface functions ofAlignedDynamicTable
would need to be updated to support this, e.g.:AlignedDynamicTable.__getitem__
does not support more than 3 elements in a selection tuple and would need to be updated to support nested selection behavior.AlignedDynamicTable.to_dataframe
will result in error because MulitIndex on the columns would be created with varying numbers of levels for different parts. This would need to be fixed.AlignedDynamicTables
, Add aligned table tutorial #571 added error checks in `AlignedDynamicTable.initand
AlignedDynamicTable.add_category`` which would need to be removed if supported.Checklist
The text was updated successfully, but these errors were encountered: