为了账号安全,请及时绑定邮箱和手机立即绑定

python怎么将numpy类转为string类?

python怎么将numpy类转为string类?

慕码人2483693 2019-03-21 14:14:26
python怎么将numpy类转为string类?
查看完整描述

2 回答

?
饮歌长啸

TA贡献1951条经验 获得超3个赞

# -*- coding:utf-8 -*-

import numpy as np

mystr = "100110"

print np.array(list(mystr)

print np.array(list(mystr)).tostring()


查看完整回答
反对 回复 2019-03-24
?
慕标琳琳

TA贡献1830条经验 获得超9个赞

示例代码:


# -*- coding:utf-8 -*-
import numpy as np
mystr = "100110"
print np.array(list(mystr))
print np.array(list(mystr)).tostring()

查看完整回答
反对 回复 2019-03-24
  • 2 回答
  • 0 关注
  • 596 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信