I am working with two datasets:
- Productivity Data: This dataset contains productivity scores for users across various dates, but some entries are null.
- Leave Data: This dataset records leave information (e.g., "PL" for Paid Leave, "SL" for Sick Leave) for the same users and dates.
Goal: I want to replace the null values in the productivity dataset with the corresponding leave status from the leave dataset.
Could anyone advise on the best way to achieve this? Any suggestions would be greatly appreciated.
Thank you for your help!