dtype=[('name','U5'), ('types', 'U11'), ('value', '<i4')] dataU=data.astype(dtype=dtype) indices = np.where((dataU.name == 'david') ...
確定! 回上一頁