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
Suppose we're doing 5 minute data and want to get 9:34:59 instead of 9:35:00 for the resampled labels. want to do like:
ts.resample('5min', closed='left', label='right', loffset=timedelta(seconds=-1))
Straightforward to convert the timedelta into microseconds and adjust the datetime64 values
The text was updated successfully, but these errors were encountered:
87bffb3
No branches or pull requests
Suppose we're doing 5 minute data and want to get 9:34:59 instead of 9:35:00 for the resampled labels. want to do like:
Straightforward to convert the timedelta into microseconds and adjust the datetime64 values
The text was updated successfully, but these errors were encountered: