Skip to content

full_name_lineages

ncbi_taxonomy.full_name_lineages

Full NCBI Taxonomy name lineages, from fullnamelineage.dmp.

Not partitioned.

Column Type Description
sources STRUCT(url TEXT, filename TEXT, last_modified_at TIMESTAMPTZ, sha256 TEXT)[] Original external inputs used to produce the row. Each item contains its source URL, filename, HTTP Last-Modified timestamp when available, and computed SHA-256 checksum.
taxon_id TEXT Taxonomy ID for the node.
scientific_name TEXT Scientific name of the node.
ancestor_names TEXT[] Ancestor names, split from NCBI’s semicolon-delimited lineage in most-distant-to-immediate-parent order. Empty for the root node.