pub fn map_column<F>(df: &DataFrame, column: &str, f: F) -> Result<DataFrame>where F: Fn(&Value) -> Result<Value>,
Apply a function to each element in a column