pub fn conv(col: impl Into<Column>, from_base: i32, to_base: i32) -> Column
Convert a number in a string column from one base to another.