Skip to content

data type conversion error #2222

@hrxx

Description

@hrxx

I can run my data process success on pandas, but when I switch to koalas, there are lots of data type errors, like that:

  1. with type DataFrame: did not recognize Python value type when inferring an Arrow data type
  2. <class 'str'>: (<class 'py4j.protocol.Py4JError'>, Py4JError('An error occurred while calling None.None'))

I think this error happens when transferring python data to java data. how to solve it, thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions