Python package which has several functions for data transformations
1. remove emoji's from any string of text
2. row_iterator; iterates over rows and puts it in the format of: 'x','y','z'. 
3. check_duplicates; checks for duplicate columns in a dataframe. Can handle multiple columns to perform a duplicate check on.
