The "duplicates" tag concerns detecting and/or dealing with multiple instances of items in collections.
I connect with user "root" onto my database "test" which I host locally for development. Among others I have the …
mysql phpmyadmin corruption mysql-error-1062 duplicatesI have a table in my MySQL with duplicates. I try to delete the duplicates and keep one entry. I …
mysql duplicates ignore mysql-error-1062I was playing with Java as I am planning to switch from C# to it for cross platform purposes. I …
java duplicates primitive-typesI have a pane with a label, a text field and a combo box inside a VBox in fxml file. …
javafx duplicates children pane vboxHow to find only nodes with at least a similar/equal sibling node using Xpath? For example: <root> &…
xpath duplicates xpath-2.0 siblingsIn my MatchCollection, I get matches of the same thing. Like this: string text = @"match match match"; Regex R = new …
c# regex duplicates matchFor several days already I've been stuck with a problem in R, trying to make duplicate levels in multiple factor …
r dataframe duplicates factors levelsGiven a list like this: mylist = ["name", "state", "name", "city", "name", "zip", "zip"] I would like to rename the duplicates …
python list duplicates renameIs it possible to select rows that are DISTINCT ON some separate, independent sets of columns? Suppose I want all …
sql postgresql duplicates distinct-onI'm developing an application which must be able to find & merge duplicates in a Hundreds of thousands of contact …
algorithm duplicates fuzzy-logic record-linkage