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

Support for vector type #46

Open
4 tasks
Floriszenz opened this issue Apr 3, 2022 · 0 comments
Open
4 tasks

Support for vector type #46

Floriszenz opened this issue Apr 3, 2022 · 0 comments

Comments

@Floriszenz
Copy link
Collaborator

It would be nice to support some sort of compound types, such as vector/tuple, which could be built from multiple columns. A possible interface is proposed in this issue comment.

Implementing vector types includes

  • Adding a vector/tuple data type
  • Adding option to merge single number columns into a vector column in load() method
  • Adding option to split compound columns into single columns in load() method
  • Trying to auto-merge columns if sensible, e.g. merging three number columns with names x, y, and z
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

1 participant