You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
load()
methodload()
methodThe text was updated successfully, but these errors were encountered: