pandas groupby to dict of dataframes code example Example: convert pandas group to dict res = dict(tuple(d.groupby('a')))