How would I label the columns in this array. I want to label the left column input and the right column output.
I would also like to split the columns into separate arrays if that is possible ?
([[[ 100000., 233.],
[ 100010., 299.],
[ 100020., 253.],
[ 199980., 243.],
[ 200000., 247.]],
[[ 100000., 295.],
[ 100010., 294.],
[ 100020., 317.],
[ 199980., 307.],
[ 199990., 321.],
[ 200000., 308.]],
[[ 100000., 338.],
[ 100010., 362.],
[ 100020., 337.],
[ 199980., 334.],
[ 199990., 317.],
[ 200000., 326.]]])