github / github/platform-samples
unrecognized_authors.csv has redundancies
Open
- Dominant language
- Shell
- Stars
- 2.2k
- Forks
- 1.9k
- Avg merge
- 7d 19h
- Merged PRs (30d)
- 1
Description
`/h/j/p/a/r/find-inactive-members$ wc -1 unrecognized_authors.csv`
` 1470`
`/h/j/p/a/r/find-inactive-members$ sort unrecognized_authors.csv | uniq | wc -l`
` 39`
Contributor guide
Research direction
Start in find-inactive-members/unrecognized_authors.csv and compare the file's row count with the sorted unique count using the commands shown. Determine which duplicate entries should be retained or removed; done means the CSV no longer contains the reported redundancies and the counts verify the result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100