Data scientist
Senior
technical
You have been given a DataFrame with two columns, 'user_id' and 'join_date'. Some users have multiple rows with varying join dates, and others have inconsistent date formats. Describe your process for cleaning this DataFrame to ensure each user_id has a single normalized join_date in the correct format.
Suggested Answer