I have the following indexed DataFrame with named columns and rows not- continuous numbers:
a b c d 2 0.671399 0.101208 -
This is the simple way of adding a new column: df['e'] = e
df['e'] = e