Skip to content
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

Migrating to the Arrow mono-repo #49

Open
pdeffebach opened this issue Oct 23, 2019 · 1 comment
Open

Migrating to the Arrow mono-repo #49

pdeffebach opened this issue Oct 23, 2019 · 1 comment

Comments

@pdeffebach
Copy link

Discussion on discourse here indicated that there is nothing stopping us in theory from having all code live in Apache Arrow's mono-repo but have the Julia package be a subset of that.

Is there a plan to make that the case? It would be nice for Julia's data-frame saving package be backed by a funded organization that hopes to ensure cross-platform use.

@aschmu
Copy link

aschmu commented Feb 3, 2020

Yes I think this is very important as dataframes doesn't yet have an implementation as efficient in Julia as you'd find in R (via data.table or dplyr) or python via pandas.
It would probably good to develop an alternative dataframe library backed by arrow that would be columnar by design and hence much more suited for high performance analytics.
Given Julia's succint syntax, it could be a first class citizen for data munging in a way that python couldn't given its metaprogramming abilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants