Pandas dataframe groupby plot

Simple plot, you can use: Or you can set the index to be Date beforehand, then it’s easy to plot the column you want: If you want a chart with one series by ticker on it You need to groupby before: If you want a chart with individual subplots: