Omitted rows from filtering replaced with NAs when viewing a dataframe #4045
Answered
by
dfalbel
rmcchrystal
asked this question in
Feedback
|
Just a minor observation. I have noticed that when I have a dataframe open in the viewer and apply filtering to it, the remaining rows from before filtering are replaced with NAs, rather than being removed completely. This is easily resolved by closing and re-opening the dataframe in the viewer. Not something that takes away from using Positron, but potentially a minor fix for future releases? |
Answered by
dfalbel
Jul 30, 2024
Replies: 3 comments 1 reply
|
This is definitely unexpected, and in my testing I couldn't reproduce it. Could you share an example? |
0 replies
|
I was able to reproduce this with: Going back to viewer, there are still 2 lines, and they show I can also confirm that the fix for #4170 will also fix this issue. |
1 reply
Answer selected by
rmcchrystal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to reproduce this with:
Going back to viewer, there are still 2 lines, and they show
NA.I can also confirm that the fix for #4170 will also fix this issue.