Can someone explain the difference between JuliaDB and Apache Arrow? The latter has just reached stable 1.0 version last month.
back
1 comments
Arrow is a file format, albeit one designed to allow easy interoperation of different analytical frameworks, but it doesn't provide any computation functionality itself.
JuliaDB is more like Dask, or DataFrames.jl - it provides that computation functionality.