We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
to_numpy()
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: