如何堆叠或加入 numpy recarrays 而不会出现以下错误:
self.data = numpy.lib.recfunctions.stack_arrays((self.data, data))# , asrecarray=True) # works
File "/usr/local/lib/python3.2/site-packages/numpy/lib/recfunctions.py", line 747, in stack_arrays
(dict(newdescr)[name], descr[1]))
TypeError: Incompatible type '<U72' <> '<U56'
我从 dtype=object 开始,所以我不明白为什么它会把一些东西归结为 '