Use plotly to plot multiple pandas column with a dropdown menu to select column
I have following pandas dataframe for which I am trying to plot bar graph using Plotly
with a dropdown menu to select the by the stock name column, refering this answer.