pub fn nth_value( column: &Column, n: i64, partition_by: &[&str], descending: bool, ) -> Column
Nth value in partition by order (1-based n). Window is applied; do not call .over() again.