Since this is fixed values, I just created these extra columns:
| New Column Name | Source Column |
|---|---|
| species | groenlandicus |
| genus_id | 1 |
The fixed value genus_id is necessary because a species name has an associated genus name that precedes it (The harp seal is formally called Pagophilus groenlandicus)
Therefore, this key is used to associate the species with the genus.
