We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibly due to files being updated between my database updates, there are some duplicates.
Check for them by adding a count by comment_url, which should be unique in the comments table.
I am deduping by grouping by everything except posted_date and slicing the max posted date.
The text was updated successfully, but these errors were encountered:
#17 dedupe cfpb db
1421392
slice max comment start and end date where comment periods changed (c…
a9a0f7a
…ausing duplicate comments) #17
dedupe regulations.gov federal register crosswalk #17
04881fb
judgelord
No branches or pull requests
Possibly due to files being updated between my database updates, there are some duplicates.
Check for them by adding a count by comment_url, which should be unique in the comments table.
I am deduping by grouping by everything except posted_date and slicing the max posted date.
The text was updated successfully, but these errors were encountered: