After fighting with NumPy and dateutil for days, I recently discovered the amazing Pandas library. I\'ve been poring through the documentation and source code, but I can\'t
try
date_range(start, end, freq=pd.DateOffset(months=1))