1
I made a merge of 2 dataframes and I realized later that I had 2 columns that have the same information. As in the example below:
linha qt_funcio nu_funcio ...
1 0 3
2 0 4
3 0 1
4 2 0
5 4 0
6 1 0
I wanted to put it all together for nu_funcio and delete the qt_funcio column without doing mutatis or add the columns. Any suggestions?