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
We may need a convenience function outside of the Polars API for this, such as:
s: nw.Series m: np.ndarray new_series = nw.new_series(m, native_namespace=s.__native_namespace__())
The text was updated successfully, but these errors were encountered:
Related scikit-lego PR that workaround this using nw.from_dict
nw.from_dict
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We may need a convenience function outside of the Polars API for this, such as:
The text was updated successfully, but these errors were encountered: