python TypeError: ufunc ‘subtract‘ did not contain a loop with signature matching types dtype(‘S32‘)

出现这类问题是因为类型不匹配,通过str()、int()转化为对应的类型,可以参考这篇文章https://blog.csdn.net/u012005313/article/details/51567804

你可能感兴趣的:(问题)