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

Conversion to an array #183

Open
ChrisRackauckas opened this issue Apr 6, 2018 · 1 comment
Open

Conversion to an array #183

ChrisRackauckas opened this issue Apr 6, 2018 · 1 comment

Comments

@ChrisRackauckas
Copy link

convert(Array,data)

fails for data a JuliaDB/IndexedTables table. For this numerical data it would be nice to be able to easily get the corresponding array.

@piever
Copy link
Collaborator

piever commented Apr 6, 2018

You mean as in hcat(columns(data)...)? I'm not 100% sure about convert(Array, data) as one could be expecting a Vector of Tuples, but maybe convert(Matrix, data::AbstractIndexedTable) could be implemented to do what you want.

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

No branches or pull requests

2 participants