I want to join two dataframes based on the following condition: if df1.col("name")== df2.col("name") and df1.col("satarttime") is greater than df2.col("starttime").I want to join two dataframes based on the foll
I want to join two dataframes based on the following condition: if df1.col("name")== df2.col("name") and df1.col("satarttime") is greater than df2.col("starttime").I want to join two dataframes based on the foll