Health Reference tableQC clean AI-training-safe

US Food Purine Content

How much purine is in each food and drink - the number people managing gout or high uric acid (and the diet apps serving them) actually need, and which exists nowhere as a clean table. USDA and NIH's Office of Dietary Supplements published the analytically-measured Purine Database (Release 2.0, 2025) as a multi-sheet Excel workbook with merged two-row headers and food-group headers interleaved with the data; we parse it into one tidy long table of (food × purine → mg per 100 g). Covers North-American and internationally-sourced foods plus alcoholic beverages, for the four measured purine bases - adenine, guanine, hypoxanthine, xanthine - and their total, each with mean, SEM, min and max. Public domain (U.S. Government work).

2K
rows
10
columns
0.1 MB
download
Source
USDA/NIH
Licence
Redistributable open data
Quality
QC clean · 0 failures
Format
Apache Parquet + dictionary

Safe to train on

Built only from a named, redistributable official source under a documented open licence - not scraped web data. No copyright grey zone, no personal data. Ships machine-readable Croissant metadata (ML Commons - loads in Hugging Face / Kaggle / Google), an AI training-licence manifest documenting source, licence and provenance for your model's data governance, and a machine-readable data dictionary (drop it into an agent / RAG prompt so the model knows every column) - all inspectable before you buy.

What's included

  • Purine content (mg/100 g) of foods and drinks - the data gout/uric-acid management needs
  • Four measured purine bases (adenine, guanine, hypoxanthine, xanthine) + total of the four
  • Mean, SEM, min and max per (food × purine); North-American, international and alcohol sources
  • Tidy long shape - filter high-purine foods, rank by total, join to a meal planner
  • Public domain (USDA & NIH Office of Dietary Supplements) - no personal data
  • Source: USDA & NIH-ODS Database for the Purine Content of Foods, Release 2.0 (2025)

Schema

ColumnTypeDescriptionFilledDistinct
item str Food, beverage or item name 100.0% 451
food_group str Food group / category (carried from the workbook's group headers) 100.0% 24
item_type str Food or Alcoholic beverage 100.0% 2
source_region str Data source region: North American, International or Various 100.0% 3
purine str Purine base: Adenine, Guanine, Hypoxanthine, Xanthine or Total purines 100.0% 5
mean_mg float Mean content (mg per 100 g, or per 100 mL for beverages) 100.0% 1,027
sem float Standard error of the mean (where reported) 15.8% 151
min_mg float Minimum reported value 17.1% 241
max_mg float Maximum reported value 17.4% 267
unit str Unit: mg/100g or mg/100mL 100.0% 2

Sample & preview

Every purchase ships as Apache Parquet with a data dictionary and the full QC report. A free sample (first rows + schema) is downloadable here - confirm fit before you buy. Source: USDA/NIH (redistributable open data; attribution passes through - see our Licence).

Don't trust screenshots - drop the sample into your notebook right now.

import pandas as pd
df = pd.read_parquet("us-food-purine-content_sample.parquet")
df.info()   # typed columns, gap-aware, ready to join
⬇ Download free Parquet sample or CSV for Excel