Skip to content

sframe Cannot create sarray of value type <type 'unicode'> #79

@gxglhyy

Description

@gxglhyy

The testing code is below:

import sframe as sf
t = sf.SFrame({"id": ['a', 'b', 'c'], 'value': [1, 2, 3]})
t['str'] = 'aaa'
t['uni'] = u'aa'

Will sarray.from_const support unicode value?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions