I have 2 datasets I am appending together and want advice on how to handle null values. For example, one dataset has ID,Name, CustID and one is just ID and CustID. How would I use ID in order to fill in another column with 'Name'. For example:
Looks like:
ID Name
1 John
1 (Null)
Want to look like:
ID Name
1 John
1 John