ArrowInvalid('Unsupported Type:large_list<item: large_string>') #2322
Unanswered
omprakash-bungee
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While trying to convert the Vaex data frame to CSV, getting an
ArrowInvalid('Unsupported Type:large_list<item: large_string>')
error.export_csv()
method.dataframe.export_csv(path=filePath, chunk_size=chunkSize, parallel=True, backend='arrow')
large_list<item: large_string>
.dataframe.export_csv(path=filePath, chunk_size=chunkSize, parallel=True, backend='pandas')
its working fine.Beta Was this translation helpful? Give feedback.
All reactions