Skip to content

Need a method to convert a column to an array instance (numpy or other) #139

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

Closed
MarcoGorelli opened this issue Apr 17, 2023 · 0 comments
Closed
Assignees

Comments

@MarcoGorelli
Copy link
Contributor

MarcoGorelli commented Apr 17, 2023

Let's split this off from to_iterable (#109). In that discussion it was called to_array, but it should be named something more specific to make very clear that it's an instance of something like numpy.ndarray or jax.numpy.ndarray or torch.Tensor, and not an object that is guaranteed to adhere to the array API standard.

@rgommers rgommers changed the title to_array Need a method to convert a column to an array instance (numpy or other) Apr 27, 2023
@rgommers rgommers self-assigned this Apr 27, 2023
rgommers added a commit to rgommers/dataframe-api that referenced this issue May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants