pub trait ToDummies<T>: ChunkUnique<T> {
fn to_dummies(&self) -> Result<DataFrame, PolarsError> { ... }
}
This is supported on crate feature
object
only.pub trait ToDummies<T>: ChunkUnique<T> {
fn to_dummies(&self) -> Result<DataFrame, PolarsError> { ... }
}
object
only.