internetarchive / internetarchive/openlibrary-client
1808 Author bios are strings, not objects
Open
Authors
data cleanup
- Dominant language
- Python
- Stars
- 506
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
Most author bios are JSON objects with value: "the text of the bio" and type: "type/text" but some are just bio: " the text of the bio".
Manual editing appears to fix this, but seems like it could be a bot opportunity as well.
jq 'select(.bio | strings) ' on the author dump locates the ones with this issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.