pub fn months_between(end: &Column, start: &Column, round_off: bool) -> Column
Months between end and start dates as fractional (PySpark months_between). When round_off is true, rounds to 8 decimal places (PySpark default).