Intersection, Union and symmetric difference of two data sets using Python.
This uids.py is a python script to perform above operation using console based and it will take 2 provided text files as an input and provide the Union, Intersection, Difference, and Symmetric Difference of all line items per Python methods as an output as mentioned here: https://docs.python.org/2/library/sets.html
Output files example: