I have the following Pandas Dataframe (linked above) and I'd like to plot a graph with the values 1.0 - 39.0
on the x axis and the y axis would be the dataframe values in the column of these (-0.004640
etc). The rows are other lines I'd like to plot, so at the end there will be a lot of lines.
I've tried to transpose my plot but that doesn't seem to work.
How could I go about doing this?