This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
~5,000 locations have multiple cvs:
concordances
#708
Labels
bad-data
Data that looks bad and needs investigating, or tasks to clean up bad data
This SQL query shows locations with multiple
cvs:
concordances:https://vial.calltheshots.us/dashboard/?sql=select+location.public_id%2C+count%28%2A%29%2C+array_agg%28authority+%7C%7C+%27%3A%27+%7C%7C+identifier%29%0D%0Afrom+concordance_location+join+concordance_identifier+on+concordance_identifier.id+%3D+concordanceidentifier_id%0D%0Ajoin+location+on+location_id+%3D+location.id%0D%0Awhere+authority+%3D+%27cvs%27+group+by+location.public_id%0D%0Ahaving+count%28%2A%29+%3E+1%0D%0Aorder+by+count%28%2A%29+desc%3AYNvYK31mkC1Kq8Tzr1xIQsunYgPUAqZJ2Axb-4VmNYg
There are a LOT - grouping by their duplicate count gives:
Originally posted by @simonw in #707 (comment)
The text was updated successfully, but these errors were encountered: