Hi, executing the following code in Windows works
using DataFrames, Feather
dt = DataFrame(A = rand(10), B = rand(10))
Feather.write("test.feather",dt)
The resulting file can be loaded in the Windows version of julia,
but if I try to load the file in R, R crashes.
The same code running under Linux results in a file that the same R is able to read just fine.
I am using Windows 10 and Julia 1.1.0. I've tried Feather 0.4.0 and 0.5.1.
I am not sure if this is the right place to submit, because Python is able to read the Feather file generated by the Windows version correctly.
Hi, executing the following code in Windows works
The resulting file can be loaded in the Windows version of julia,
but if I try to load the file in R, R crashes.
The same code running under Linux results in a file that the same R is able to read just fine.
I am using Windows 10 and Julia 1.1.0. I've tried Feather 0.4.0 and 0.5.1.
I am not sure if this is the right place to submit, because Python is able to read the Feather file generated by the Windows version correctly.