-
Notifications
You must be signed in to change notification settings - Fork 366
Open
Description
I can run my data process success on pandas, but when I switch to koalas, there are lots of data type errors, like that:
- with type DataFrame: did not recognize Python value type when inferring an Arrow data type
- <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
Labels
No labels