Skip to content

Finding duplicate entries? #357

Answered by therden
Damien455 asked this question in Q&A
Dec 18, 2020 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

Hello @Damien455,

You've likely figured this out for yourself at some point over the last 2-3 months, but for fun and practice this afternoon I wrote a small program demonstrating an approach to identifying the doc_id of every TinyDB record that (other than doc_id value) has at least one doppelgänger in the same db file.

The program does iterate through all the records in the database, but I see no way around that.

If interested, see the Github repo at (https://github.com/therden/find_duplicate_TinyDB_records).

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Damien455
Comment options

Comment options

You must be logged in to vote
1 reply
@Damien455
Comment options

Answer selected by Damien455
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants