How do I create unrollable columns in the Python IDE?
Grouping and ungrouping (also referred to as "rolling up" or "unrolling") column data is a hugely important part of staying organized when working with Deephaven. However, since Deephaven's engine is built in Java, the ungroup method only works on Java arrays - for example, the following query will fail:
The offsets need to be converted to a Java array for the ungroup method to work:
Note
These FAQ pages contain answers to questions about Deephaven Community Core that our users have asked in our Community Slack. If you have a question that is not in our documentation, join our Community and we'll be happy to help!