Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jneidel/animal-names
Dataset of 100 common animal names
https://github.com/jneidel/animal-names
animals data dataset json names opendata
Last synced: about 2 months ago
JSON representation
Dataset of 100 common animal names
- Host: GitHub
- URL: https://github.com/jneidel/animal-names
- Owner: jneidel
- Created: 2023-08-09T06:17:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-14T13:58:55.000Z (over 1 year ago)
- Last Synced: 2024-11-26T10:46:38.284Z (about 2 months ago)
- Topics: animals, data, dataset, json, names, opendata
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Animal names
> Dataset of 100 common animal names
## Data
### `animals-common`
[![](https://img.shields.io/badge/animal_names-138-brightgreen.svg?style=flat-square)](animals-common.txt)
Handpicked dataset of animals you will know (western perspective).
See: [`txt`](animals-common.txt), [`json`](animals-common.json)
### `animals-unfiltered`
[![](https://img.shields.io/badge/animal_names-1139-brightgreen.svg?style=flat-square)](animals-unfiltered.txt)
Unfiltered list of animal names that include:
- country name prefixed animals (like African ..)
- adjective prefixed animals (like Red .., Bush ..)
- some latin namesSee: [`txt`](animals-unfiltered.txt), [`json`](animals-unfiltered.json)
## Source
The orignal data source is: [JustOscarJ1/animals](https://github.com/JustOscarJ1/animals)
## See also
More datasets:
- [nationalities](https://github.com/jneidel/nationalities)
- [job titles](https://github.com/jneidel/job-titles)## Transforms
These are the transfomations I applied to the data (along with some manual picking out.)
To get `animals-unfiltered.txt` from the source file:
```sh