-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
which would store different fields/columns with (potentially) different types.
Each field from an LFrame should also be accessible via __getattr__.
We might want to use a ColumnArray instead of a numpy structured array like in LIAM2 as the storage backend so that we can add fields efficiently.
See the https://github.com/liam2/larray/tree/structured_array branch.