I have the following dataframe and am trying to plot it, so that it shows in the x-axis the index data from 8-19.
If I do df.plot() no labels are shown at a
df.plot()
Pandas version 0.24 for Python 3.6 (Windows) fixed this problem for me.