How argument ignored in to_timestamp · Issue #1764 · pandas-dev/pandas (original) (raw)
def test_to_timstamp_how(): months = pd.period_range('01-Aug-2012', periods=1, freq='M') assert months[0].asfreq('S','S').to_timestamp() == months.to_timestamp(how='start')[0] #