opendp
opendp copied to clipboard
Data Loaders for `Vec<Option<T>>`
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.