Hi, I have a data table with the following items.
Column1 | Column3 |
---|---|
ABC | 10-01-2022 17:09:23 |
FGH | 09-01-2022 17:09:23 |
ABC | 10-01-2022 18:09:23 |
Here, the 1st and 3rd row are duplicates. Is there any way to remove the duplicates based on the date & time? I need to keep the latest one and remove the other one.