See #1331 for a use case. The Pandas analogue allows for concatenation of two Stylers whose DataFrames have the same columns.
If we want to concatenate a Styler for a Triangle's link ratios with a Styler for a set of patterns, we need to define some type of compatibility criterion. I would propose the development periods need to be the same, with an ultimate period if needed.
Another scenario is concatenating a Triangle with its set of link ratios, since the number of table columns are not the same. In this case the development periods from which the link ratios were derived need to be the same.
See #1331 for a use case. The Pandas analogue allows for concatenation of two Stylers whose DataFrames have the same columns.
If we want to concatenate a Styler for a Triangle's link ratios with a Styler for a set of patterns, we need to define some type of compatibility criterion. I would propose the development periods need to be the same, with an ultimate period if needed.
Another scenario is concatenating a Triangle with its set of link ratios, since the number of table columns are not the same. In this case the development periods from which the link ratios were derived need to be the same.