I’ve scraped two lists of User IDs within the last week.
One of the lists we’re already put to use, while the other one hasn’t been touched yet.
There are a lot of same IDs in both lists.
I know how I can get rid of one of the duplicate IDs, but I need to completely delete both duplicate IDs, since one those IDs we’re already put to use.
Maybe someone can help me out here.
I’m not sure why this was so tough for me to write down.
Please let me know if you guys didn’t understand my problem.
You can use a simple python script. Python has something already that removes duplicates. You simply read data from both lists and then save the output without duplicate IDs