, New_Rows[i] , . ( 1d ), ( 1d), . Concatenate , 2 .
np.concatenate(New_Rows, axis=0)
, , ( )
np.concatenate([row for row in New_Rows])
.
np.concatenate([New_Rows[i] for i in range(1000)])
New_Rows , 2d, New_Rows , np.array :
np.array(New_Rows)
np.array([i for i in New_Rows])
np.array([New_Rows[i] for i in range(1000)])
np.array .
np.concatenate 2d, 2d. vstack stack . stack - , concatenate.
, np.array ( ) . appending ; , .