pub fn elt(index: &Column, columns: &[&Column]) -> Column
Return column at 1-based index (PySpark elt). elt(2, a, b, c) returns b.