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.