-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Writer to ingest array values #28
Comments
The most challenging part of this topic is in To make the situation simpler, it might be okay to support array column only in cc: @chezou |
Or, we could have a way to update schema after uploading the dataframe. |
Start implementation for Concerns for other writers are:
|
Currently all array values in DataFrame will be converted into string, but it's not ideal.
The text was updated successfully, but these errors were encountered: