You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2013-01-01 00:00:00 -0.264389
2013-01-01 00:01:06 NaN
2013-01-01 00:02:12 NaN
2013-01-01 00:03:18 NaN
2013-01-01 00:04:24 NaN
2013-01-01 00:05:30 NaN
2013-01-01 00:06:36 NaN
2013-01-01 00:07:42 NaN
2013-01-01 00:08:48 NaN
2013-01-01 00:09:54 NaN
Freq: 66S, dtype: float64
Do you have an idea how to solve this issue ?
PS: with length > 10 it doesn't works neither...
The text was updated successfully, but these errors were encountered:
Pandas resample bugs when trying to resample a time serie with same size splits :
I have a time serie of size 10:
print(ts)
When trying to resample in 8 equal parts it works fine:
print(tsNew)
But when tying to split into 9 parts there are nan arriving :
print(tsNew)
Do you have an idea how to solve this issue ?
PS: with length > 10 it doesn't works neither...
The text was updated successfully, but these errors were encountered: