I'm a complete begginer in Python. Want to do something that seems very basic but can't manage to work things out by myself.
V Entrada V Saida
1.58372 NaN
1.58824 NaN
1.57350 NaN
1.57441 NaN
1.54906 NaN
... ...
NaN 0.003098
NaN -0.004271
NaN -0.004222
NaN 0.001724
NaN 0.220516
I'm working with a Data Frame that has an absurd amount of columns. To do what needs to be done, I need to merge "V Entrada" and "V Saida" together i none single column, like this:
Merged (V Entrada, V Saida)
1.58372
1.58824
1.57350
1.57441
1.54906
...
0.003098
-0.004271
-0.004222
0.001724
0.220516
Can someone share some thoughts on how to solve this