Writing multiple, non-numeric sets of data to .txt file using numpy

前端 未结 0 1236
独厮守ぢ
独厮守ぢ 2021-01-30 16:59
#This provides desired format, but only works with one variable at a time 
np.savetxt("test2.txt", list(zip(shared_A_B)), fmt=\'%.18s\',delimiter=\'\\t\')  

#         


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