We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As discussed in https://groups.google.com/group/pydata/browse_thread/thread/180249bd46ed1944 the following fails:
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] #
The text was updated successfully, but these errors were encountered:
related to #2124 #2125
Sorry, something went wrong.
Merge remote branch 'chang/to-timestamp'
74fdbaa
* chang/to-timestamp: BUG: add same to_timestamp change to PeriodIndex BUG: change default frequency for to_timestamp BUG: start_time end_time to_timestamp bugs #2124 #2125 #1764
No branches or pull requests
As discussed in https://groups.google.com/group/pydata/browse_thread/thread/180249bd46ed1944 the following fails:
The text was updated successfully, but these errors were encountered: