I am trying to plot the moving average for a rolling window of 30 days on a column of a Quandl dataset that I have added as a column of a pandas dataframe. The dataframe looks like:
How do I firstly compute the moving average, and after that, how do I plot it in Python?