of size 100 rows and 2 cols into 3 parts like part 1 from 1 to 33 rows, part 2 from 34 to 66 rows and part 3 from 67 to 100 rows. we can use numpy.array_split method to do this. But how to do this without that numpy function? any ideas?
Why would you not want to use a numpy method in numpy arrays?
Обсуждают сегодня