A numpy / pandas like library in Java to avoid the serialization penalty would be an excellent tool to have. As a first step having a java snippet node than can operate on the whole table and not just a single row having the table in a nd4j array (or better if something exists like pandas /numpy combination).
For more advanced users this could prevent having to use complex looping structures which will speed of said workflows orders of magnitudes.
Basically anything I have to use a Python Snippet which means having programmatically access to the full table.
Yeah that isn’t very concrete but since the python snippet is useful, this would be even more useful as it saves the serialization penalty which sadly is extremely high.