1 - how to plot data onward from 2018-08 to end of the dataframe
2- 1 - how to plot data onward from 2018-08 to 2019-08-24
I tried the following but it plots for the one month only.
"close.loc["2018-08"].plot()"
I tried different close.loc["2019-08"] methods but most of them failed and only this one resulted but this one also plotted the one month only.