I have this dataframe: enter image description here
But I want to merge the two rows so that I have only a single row of just numbers and not the NaN values.
The dataframe was created with one value from a dataframe and then all of the TA values from another dataframe with the concat function. I was hoping concat would put them all in the same row but that obviously doesn't work.