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

Feature(nodejs): Table.toArrow function #1254

Open
Tracked by #1251
universalmind303 opened this issue Apr 30, 2024 · 0 comments
Open
Tracked by #1251

Feature(nodejs): Table.toArrow function #1254

universalmind303 opened this issue Apr 30, 2024 · 0 comments
Labels
enhancement New feature or request typescript Typescript / javascript

Comments

@universalmind303
Copy link
Contributor

universalmind303 commented Apr 30, 2024

SDK

Node

Description

Currently there does not appear to be an easy way to convert a Table to a native JS object, or even other formats that can be converted to JS objects (such as an arrow table or a polars dataframe).

In python, there is to_polars, to_pandas and to_arrow.

At a minimum, I think toArrow would be very helpful for extracting data from the tables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request typescript Typescript / javascript
Projects
None yet
Development

No branches or pull requests

1 participant