Table of Contents
gen_combinations_of_series ( series )
series is a list of lists (tuples), the generator yields lists by combining each element of each list with each other
is_uniquely_sorted ( series, sorting_function=None )
you put a sorted series inside and get the information whether all the items are unique (there are no two same items)