can you show me how to convert pandas code to run on pandarallel ? ``` df[['column_1']].sum() df[['column_1', 'column_2']].groupby('column_1').sum() ```