Pandas Plot Move Legend

# call plot before legend 
plt.legend(loc='center left', bbox_to_anchor=(1.0, 0.5))
D Goglia