Compare each item in each list of numpy array

后端 未结 0 1928
长发绾君心
长发绾君心 2021-02-03 17:57

Is there a way to do something like this for each list in a numpy array without combining?:

for item, nextItem in zip(list,list[1::]): 

My numpy

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