I have two data frames, each one of the two has a begin and end date. Does anyone know how to merge the two in order to have the common time windows?
the shape of each data frame is
id | begin_date | end_date
xxx | xxxx/xx/xx | xxxx/xx/xx
I have two data frames, each one of the two has a begin and end date. Does anyone know how to merge the two in order to have the common time windows?
the shape of each data frame is
id | begin_date | end_date
xxx | xxxx/xx/xx | xxxx/xx/xx