Baselight

Project FeederWatch

A November-April survey of birds that visit backyards, nature centers, etc.

@kaggle.joebeachcapital_project_feederwatch

Pfw Spp Translation Table May2023
@kaggle.joebeachcapital_project_feederwatch.pfw_spp_translation_table_may2023

  • 52.89 KB
  • 1090 rows
  • 7 columns
species_code

Species Code

alt_full_spp_code

Alt Full Spp Code

n_locations

N Locations

scientific_name

Scientific Name

american_english_name

American English Name

taxonomy_version

Taxonomy Version

taxonomic_sort_order

Taxonomic Sort Order

grerhe1nan1Rhea americanaGreater Rhea202210
gretin1nan3Tinamus majorGreat Tinamou202242
wfwduc1nan1Dendrocygna viduataWhite-faced Whistling-Duck2022228
bbwducnan105Dendrocygna autumnalisBlack-bellied Whistling-Duck2022230
fuwducnan2Dendrocygna bicolorFulvous Whistling-Duck2022235
snogoonan140Anser caerulescensSnow Goose2022252
rosgoonan5Anser rossiiRoss's Goose2022256
swagoo2swagoo11Anser cygnoides (Domestic type)Swan Goose (Domestic type)2022265
gwfgoonan13Anser albifronsGreater White-fronted Goose2022267
gwfgoo2gwfgoo1Anser albifrons gambelli/sponsaGreater White-fronted Goose (Western)2022270

CREATE TABLE pfw_spp_translation_table_may2023 (
  "species_code" VARCHAR,
  "alt_full_spp_code" VARCHAR,
  "n_locations" BIGINT,
  "scientific_name" VARCHAR,
  "american_english_name" VARCHAR,
  "taxonomy_version" BIGINT,
  "taxonomic_sort_order" BIGINT
);

Share link

Anyone who has the link will be able to view this.