TypeError: 'tuple' object is not callable

data是一个numpy.ndarray的数据类型,如果我想获得data的列数通过如下的函数会报错,把括号改为方框就没有任何问题了

data.shape(1)——>>>>data.shape[1]

你可能感兴趣的:(TypeError: 'tuple' object is not callable)