I’m getting a chained assignment warning with the following line of code:
file_2_grouped.get_group(index_2).iloc[:,1] = track_number_2
I’ve tried using .loc and the warning persists. How can I correct this?
I’m getting a chained assignment warning with the following line of code:
file_2_grouped.get_group(index_2).iloc[:,1] = track_number_2
I’ve tried using .loc and the warning persists. How can I correct this?