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

feat: support direct numpy output #56

Open
jitingxu1 opened this issue Apr 5, 2024 · 0 comments
Open

feat: support direct numpy output #56

jitingxu1 opened this issue Apr 5, 2024 · 0 comments

Comments

@jitingxu1
Copy link
Collaborator

The current to_numpy() in ibisml is based on a pandas dataframe: Convert ibis table to pandas dataframe, then to numpy. It is not efficient.

Some backend, like duckdb, could directly convert query result to a numpy array.


Had some initial discussion in ibis triage, we decided to hold off until we encounter a specific use case before proceeding further.

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

No branches or pull requests

1 participant