StoneX interview question

Can you you do group by on multiple columns in python?

Interview Answer

Anonymous

10 Oct 2024

Yes, the pandas library of python offers a groupby function of a dataframe that can be applied on multiple columns.