I have the following line of python (2.7) code.
audit_row_groups = [(key, list(group), ) for key, group in itertools.groupby(audit_rows, lambda row: (row[\'date\'],