There is an array of values divided into 3 subarrays. It is necessary that the extreme arrays of array [0] and array [2] contain the same number of values, the extra values are not deleted, but transferred to array [1]. The alignment of the subarray values comes with array [0], I understand that you can transfer the last value of array [0] to the first position of array [1]. I do not understand how?
[array([118020., 118010., 118000., 117990.]), array([117980., 117970., 117960.]), array([117950., 117940., 117930.])]