Top "Duplicates" questions

The "duplicates" tag concerns detecting and/or dealing with multiple instances of items in collections.

Fastest way to remove duplicate documents in mongodb

I have approximately 1.7M documents in mongodb (in future 10m+). Some of them represent duplicate entry which I do not …

mongodb performance optimization duplicates
Finding duplicate files and removing them

I am writing a Python program to find and remove duplicate files from a folder. I have multiple copies of …

python file duplicates
Find duplicate rows with PostgreSQL

We have a table of photos with the following columns: id, merchant_id, url this table contains duplicate values for …

sql database ruby-on-rails-3 duplicates postgresql-9.2
MySQL delete duplicate records but keep latest

I have unique id and email fields. Emails get duplicated. I only want to keep one Email address of all …

mysql duplicates
Android Studio - How to copy a project?

Alright, I've done some searching and seem to be coming close to the answer I'm looking for. But for fear …

android android-studio copy duplicates project
Determining duplicate values in an array

Suppose I have an array a = np.array([1, 2, 1, 3, 3, 3, 0]) How can I (efficiently, Pythonically) find which elements of a are duplicates (…

python numpy duplicates unique
MySQL select rows that do not have matching column in other table

I can't seem to figure this out so far. I am trying to join two tables and only select the …

mysql join duplicates unique
How to repeat Pandas data frame?

This is my data frame that should be repeated for 5 times: >>> x = pd.DataFrame({'a':1,'b':2},index = …

python pandas duplicates dataframe repeat
How to check for duplicate CSS rules?

I messed up my css and somehow i have a lot of the duplicate rules and my 1800 something lines css …

css duplicates redundancy
Duplicate Package - update / upgrade - Centos

When I try running yum update on a CentOS 6.3 box, I am getting errors, and says to run yum check. …

centos duplicates centos7 yum