Skip to main content

months_between

Function months_between 

Source
pub fn months_between(end: &Column, start: &Column, round_off: bool) -> Column
Expand description

Months between end and start dates as fractional (PySpark months_between). When round_off is true, rounds to 8 decimal places (PySpark default).