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