group by multiple columns

Hi,

Is it possible to use the groupBy but on multiple columns?

col_0
|___+_col_1
| |____col_2
| |_____col_3
|
|
+_col_1
| |____col_2
| |________col_3

Unfortunately such feature for the grouping is not supported.

oke np.
thx for the response