Function one_hot_encoding

Source
pub fn one_hot_encoding(column: &Vec<&str>) -> Vec<Vec<u8>>