I have a dataframe with several columns, one of which has values ranging from '1' to '4'.
From this dataframe I would like to make 4.
A df1 where there are all the lines where there is a '1' a 2nd with all the lines including a '2' and so on.
I have a dataframe with several columns, one of which has values ranging from '1' to '4'.
From this dataframe I would like to make 4.
A df1 where there are all the lines where there is a '1' a 2nd with all the lines including a '2' and so on.