Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Resample method doesn't round timestamps with prime numbers frequency #8371
Comments
jreback
referenced
this issue
Sep 23, 2014
Merged
BUG: bug in non-evently divisible offsets when resampling (e.g. '7s') (GH8371) #8372
jreback
added Bug Resample Timeseries
labels
Sep 23, 2014
jreback
added this to the
0.15.0
milestone
Sep 23, 2014
|
have a look at PR #8372 I am not entirely sure WHY it was doing this a-priori, maybe need some more test cases. |
jreback
closed this
in #8372
Sep 26, 2014
This was referenced Oct 9, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mapsa commentedSep 23, 2014
Hi,
I've found this issue when I tried to resample at different frequencies. When the frequency is a prime number, the first timestamp is not rounded and it takes the first timestamp in the file. Do I need an extra parameter to round timestamps?
Thanks,
Paola