-
Notifications
You must be signed in to change notification settings - Fork 1
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
Julia Feather.read
failed to read feather file on CentOS.
#20
Comments
According to pandas.to_feather, |
The problem here is that python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For dataframe
sos-julia
essentially saves the dataframe infeather
format and use Julia'sFeather.read
function to read it. Unfortunately, this does not seem to work under CentOS 7 as shown above.All other tests pass on CentOS so
Feather.read
is the only problem.@mathieuboudreau Could you in your travis docker environment test if julia's
Feather.read
can read files written byfeather.write_dataframe
?The text was updated successfully, but these errors were encountered: