pub fn make_date(year: &Column, month: &Column, day: &Column) -> Column
Build date from year, month, day columns (PySpark make_date).