Vikas Kumar
08/02/2023, 10:22 AMremoveDuplicate
function keeps the oldest entry, which is not what I need. I attempted to address this by sorting the DataFrame based on the date, but I encountered an error stating that sorting is not applicable to a streaming DataFrame.
I would greatly appreciate any suggestions or insights you might have regarding this challenge.Dominique Brezinski
08/02/2023, 1:22 PM