Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Removing duplicates

$
0
0

Hi all,

 

Currently my data is like this :

 

ActivityStart_DateEnd_Date
Kayaking1/09/172/09/17
Kayaking1/09/172/09/17
Running3/09/173/09/17

 

I want to alter it so that if the same activity, in this case "Kayaking" starts on the same start date and end date, it'll only take one row of the data instead of both.

 

So end result will be :

 

ActivityStart_DateEnd_Date
Kayaking1/09/172/09/17
Running3/09/173/09/17

 

Thanks!


Viewing all articles
Browse latest Browse all 4999

Trending Articles