Nate Posted June 28, 2022 Share Posted June 28, 2022 I pushed data to a signal using spy.push. I tried to overwrite / 'erase' the pushed results by passing a None value for that particular timestamp. However, when I push the results, I still see the previous values pushed. Now, I can push new values to that particular timestamp and it will be overridden, but None values doesn't appear to work. Note, in order to push the None values without erroring out, I had to pass the metadata. Is there a way to overwrite previously pushed data with 'None' values? Link to comment Share on other sites More sharing options...
Seeq Team Joe Reckamp Posted August 30, 2022 Seeq Team Share Posted August 30, 2022 If you check out the docstring for the spy.push function, you should see an option for "replace". If you set the values to np.NaN and then push with the replace around the timestamps you want to remove, you should be able to remove that data in those time frames. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now