alyssaq / usda-sqlite

USDA food files SR28 to SQLite
116 stars 27 forks source link

Nutrients are missing #4

Closed JarLowrey closed 6 years ago

JarLowrey commented 6 years ago

SELECT id,name FROM nutrient; should return every nutrient in the database, but the Flavones, Flavanones, Flavonols, Flavan-3-ols, Proanthocyanidin, Anthocyanidins, and potentially more are missing.

alyssaq commented 6 years ago

Those nutrients dont appear in the file from USDA: https://www.ars.usda.gov/ARSUserFiles/80400525/Data/SR/SR28/asc/NUTR_DEF.txt

alyssaq commented 6 years ago

According to the website, USDA is going to release the next version in FY18. Perhaps it'll be available then.

JarLowrey commented 6 years ago

Huh alrighty then. Thanks!