-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
Interpolation creates null values in resampled dataframe #320
Comments
You should be able to do this @lambertsbennett, if not this is definitely a bug. Could you provide some sample data we could test with? |
@tnixon thanks for the response, I will take a small sample of the data when I'm next at work and provide it as soon as possible! |
sample.csv |
Thanks @lambertsbennett - I will investigate ASAP! |
@tnixon I have also been looking more into this and things are even a bit stranger... with a different signal in the data there is a large time gap and this large time gap is interpolated properly, but the smaller gaps are filled with nulls. |
Hi @tnixon, I was just wondering if there are any updates on this issue? Thanks! |
@tnixon we eventually completely switched up our interpolation process, but it would be nice in the future to use tempo. Did anything ever come out of this? |
Hi @lambertsbennett, thanks for providing the sample data. I'm sorry we haven't been able to follow up on this yet, but it is still in the queue and valuable to us to figure out what is going on here. I am setting aside some time to look at it in the near term |
Hello! I have the same problem where I end up with null values as a result of resampling/interpolation. |
I am having an issue with resampling/interpolation that I think must be a simple misunderstanding. I have a signal at 10 Hz and I want to upsample to 100 Hz and fill values with a linear interpolation. My current code is as follows:
However this results in a value column that contains only nulls in between actual sensor readings. Is it not possible to upsample a signal and linearly interpolate to fill missing values?
The text was updated successfully, but these errors were encountered: