-
Notifications
You must be signed in to change notification settings - Fork 63
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
Expand Arrow reading support #129
Conversation
This test fails. Can you check? We use it as a sample for docs Also, in |
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/TypeConversions.kt
Outdated
Show resolved
Hide resolved
This is because I removed file |
Do I understand correctly that we should use |
Yes |
I think a copy won't harm |
…ns.Widening` in `ArrowFeather.readDataFrame`
@Kopilov Thank you! |
@koperagen you are welcome! Our next step is to make saving :-) |
Arrow reading test with more data examples (generation is presented at https://github.com/Kopilov/arrow_example).
Read UInt-s without overflow, read date and time as date and time.
NullabilityOptions pattern.