Convert 3D array into a single table to save to a csv file? And then go back to the same format?

后端 未结 0 1884
天命终不由人
天命终不由人 2021-02-03 16:15

I have a 3-dimensional array:

A = np.random.randint(0, 1000, (5, 4, 3))

Output:

array([[[101, 131, 271],
        [565, 497,  30],
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题