Question:
I have 2 dataframes, one with list of dates (df1
) and another one with date ranges by ID (df2
). I would like to add a column from df2
if a date in df1
sits within the date range in df2
.If you have better answer, please add a comment about this, thank you!