Seems like a good idea -- we could make a lerna monorepo under the js/
directory as it stands now
On Wed, Mar 7, 2018 at 11:13 AM, Brian Hulette wrote:
> Naveen,
>
> Yes I think when we initially discussed adding the JS dataframe ops we
> argued that it could be a separate library within the Apac
Naveen,
Yes I think when we initially discussed adding the JS dataframe ops we
argued that it could be a separate library within the Apache Arrow
monorepo, since some users will just want the ability to read/write
arrow data, and we shouldn't force them to pull in a dataframe API they
won't b
Hi Brian,
Any thoughts on splitting out the dataframe like parts into a separate
library, keeping arrowjs to just handle loading data out of the arrow
buffer?
Regards,
Naveen Michaud-Agrawal
We're just wrapping up https://github.com/apache/arrow/pull/1678, and I
would also like to merge https://github.com/apache/arrow/pull/1683, even
though its technically not a bugfix.. it makes the df interface much
more useful.
Once we merge those I'd be happy cutting a bugfix release, unless
Brian mentioned on GitHub that it might be good to make a 0.3.1 JS
release due to bugs fixed since 0.3.0. Is there any other work that
needs to be merged before doing this?
Thanks
Wes