Data Explorer: Ability to quickly check for duplicates #10486
Unanswered
werkstattcodes
asked this question in
Feedback
Replies: 1 comment
-
|
Thanks for this idea! I have opened #10534 to track and prioritize this feature request. |
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.
-
Hello!
It would be very handy to have a button/method in the data explorer which checks if there are any duplicates in the presented data.
The button could check for duplicates across all columns (i.e., the rows are identical across all variables) or only for specific columns (.i.e. identical only in a specific variable, e.g. id).
Clicking on the button would reveal those rows which are duplicates.
In my mental map it would basically integrate a quick janitor::get_dupes() query.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions