Java rendering of dataframe like data

Answered

Hi there,

Our java app is a heavy user of matrix-style data, kind of like panda dataframes in python.

There looks to be nice support for viewing python panda dataframes, with the PyCharm Scientific mode.

For java, I can't find any good way of displaying this data during a debug session.

Have tried playing with the Java Type Renderers, and these are good, and I created a 'prettyPrint()' method, which prints the matrix rows to a multi-line string.

However whenever this is displayed, e.g. inline debugging, or in the debug 'Variables' window, the multiline is squashed onto one line, with '\n' characters separating lines.  Which makes it hard to read.

There is the option to click 'View', and that does pop up an dialog showing the multiline string across multiple lines.  But I can only see the contents of one matrix at a time.

Could you suggest any other way to nicely view this type of data?

Kind regards,

Ben

0
3 comments

Hello,

Feel free to create feature requst on YouTrack: https://youtrack.jetbrains.com/issues/IDEA

0
Avatar
Permanently deleted user
0

Thanks!

0

Please sign in to leave a comment.