-
Notifications
You must be signed in to change notification settings - Fork 14
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
Button to Fill Gaps with -9999 values #201
Comments
@AmberSJones This is ready for testing on the nodvfill branch. the gui is a rough sketch, needs a little work before it is done. |
what version of pandas are you using? there was some code that was deprecated so I tried to fix it. but it looks like I may have done that too soon. |
@AmberSJones reverted to deprecated version until we are ready update the library requirements |
@AmberSJones ready for testing |
Ok- seems to be working well. Needs a couple tweaks to the form:
Note that the correct points appear to have been created at the correct intervals, etc., but the table doesn't function as expected with sorting by ValueID or by LocalDateTime. |
@AmberSJones the form is ready for testing again. In what way is it not behaving as expected? |
The form is great. Re. the table- I assumed that sorting by ValueID would bring the 'nan' of the newly-added points to the top (or bottom) of the table. LocalDateTime seems ok- not sure what I was referring to. |
The technicians have requested a button that would insert -9999 into gaps that have been identified by the gap filter. I don't know that this HAS to be done, but we should discuss it when we're prioritizing feature requests.
The text was updated successfully, but these errors were encountered: