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