I have a list of numpy-float arrays, but it prints as
[[array([1 2 3 ...]), array([4 5 6 ...]), ...]
How can I print it to look nicer, something like
[[1 2 3 ...], [4 5 6 ...], ...]
I have a list of numpy-float arrays, but it prints as
[[array([1 2 3 ...]), array([4 5 6 ...]), ...]
How can I print it to look nicer, something like
[[1 2 3 ...], [4 5 6 ...], ...]