Matt Heeter
Matt Heeter
Of course! @natmokval Yes, the original issue did not have the QS freq mentioned. I did point it out on the issue, and went ahead with what I thought would...
Hi @natmokval, I was wondering if you knew anything about the Numpy Dev tests that are failing? I know when I submitted this PR a while ago there were no...
Upon further inspection, it looks like is_quarter_start with the freq 'MS' is having the same issue ```python idx = pd.date_range('2017-01-01', periods=6, freq='MS') idx[idx.is_quarter_start] ``` This gives the dates 2017-03-01 and...