Filtering Null and Not Null values in a dataframe #4574
saeedesmaili
started this conversation in
Ideas
Replies: 1 comment
-
This is a good idea / request. We can look into adding this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's nice that we can quickly view how many rows have null value for a specific column when viewing a dataframe (with


df
), but it would be extra nice if we could filter on Null and Not Null.Beta Was this translation helpful? Give feedback.
All reactions