I\'m pulling my hair to display a series with matplotlib.
I\'m working with python 2.7. I have a pandas Dataframe with dates. I converted dates to datetime and I\'m
There are missing values between the datetimes.
idx = pd.date_range(pd.to_datetime(first_month).item(), pd.to_datetime(last_month).item(), freq='MS') data = data.reindex(idx)