假设我有:
test = numpy.array([[1, 2], [3, 4], [5, 6]])
test[i]使我得到数组的第i行(例如[1, 2])。如何访问第ith列?(例如[1, 3, 5])。另外,这将是一项昂贵的操作吗?
HUX布斯
慕田峪7331174
相关分类