I have two dataframes and what I would like to do is to join them per groups/partitions. How can I do it in PySpark?
The first df contains 3 time series identified by an id a timestamp and a value. Noticed that the time series contains some gap (missing days)
The second df contains a time series without gaps
The result I want to reach is


