Skip to content

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

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions