Please fill out the following sections to the best of your ability, it will help us investigate bugs if we have this information at the outset. Screenshots are especially helpful, so please provide those if you can.
Platform (Android, iOS, Website): n/a
App version number, if a mobile app issue (shown under Settings or About): n/a
Browser, if a website issue (Firefox, Chrome, etc) : n/a
URLs (aka web addresses) of any relevant observations or pages: https://www.inaturalist.org/pages/developers, in particular, taxa.csv in https://www.inaturalist.org/taxa/inaturalist-taxonomy.dwca.zip.
Screenshots of what you are seeing (instructions for taking a screenshot on computers and mobile devices: https://www.take-a-screenshot.org/): n/a
Description of problem (please provide a set of steps we can use to replicate the issue, and make as many as you need.): the row for “Caelicola rostrata” (a moth) in taxa.csv is missing kingdom, phylum, class, order, family.
% head -n 1 taxa.csv
id,taxonID,identifier,parentNameUsageID,kingdom,phylum,class,order,family,genus,specificEpithet,infraspecificEpithet,modified,scientificName,taxonRank,references
% grep "Caelicola rostrata" taxa.csv
1558845,https://www.inaturalist.org/taxa/1558845,https://www.inaturalist.org/taxa/1558845,https://www.inaturalist.org/taxa/1558846,,,,,,Caelicola,rostrata,,2024-07-01T16:15:44Z,Caelicola rostrata,species,http://www.catalogueoflife.org/annual-checklist/details/species/id/1134483
You can see this by unzipping https://www.inaturalist.org/taxa/inaturalist-taxonomy.dwca.zip and then running the above commands. (I noticed it after importing the data into MySQL.)
This isn’t causing any problems for me, just thought you might like to know.
Thanks for the wonderful product (and for making these data available to developers)!