opendp icon indicating copy to clipboard operation
opendp copied to clipboard

Data Loaders for `Vec<Option<T>>`

Open Shoeboxam opened this issue 3 years ago • 0 comments

In order to pass data between rust and bindings languages, there needs to be a data loader and unloader. There is no such data loader/unloader for vectors of nullable types. This means you cannot pass data into a OptionNullDomain imputer directly, or get data out of the caster.

We may want to consider options in Arrow instead.

Shoeboxam avatar Sep 22 '21 23:09 Shoeboxam