Commit ·
9229ce5
1
Parent(s): bebb169
RUN_011: publish v2.0 export + clean sample + manifest + delivery zip (consolidated)
Browse files- .gitattributes +1 -0
- MANIFEST_v2.json +61 -0
- README_delivery.txt +27 -0
- ethno_api_v2_SINGLE.zip +3 -0
- ethno_dataset_2026_v2.json +3 -0
- ethno_dataset_2026_v2.parquet +3 -0
- ethno_sample_400.json +0 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
ethno_dataset_2026_v2.json filter=lfs diff=lfs merge=lfs -text
|
MANIFEST_v2.json
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "2.0",
|
| 3 |
+
"export_timestamp": "2026-03-11T12:32:03.467767+00:00",
|
| 4 |
+
"record_count": 104388,
|
| 5 |
+
"unique_chemicals": 24771,
|
| 6 |
+
"unique_species": 2315,
|
| 7 |
+
"fields": [
|
| 8 |
+
"chemical",
|
| 9 |
+
"plant_species",
|
| 10 |
+
"application",
|
| 11 |
+
"dosage",
|
| 12 |
+
"pubmed_mentions_2026",
|
| 13 |
+
"clinical_trials_count_2026",
|
| 14 |
+
"chembl_bioactivity_count",
|
| 15 |
+
"patent_count_since_2020"
|
| 16 |
+
],
|
| 17 |
+
"sha256_json": "c762a5b4769c78fc4ea63b4d6cf54d51109ac37bb0a01c4ce378668466f4878f",
|
| 18 |
+
"sha256_parquet": "38f8387612e5ee584d0d11b21c02c89a5850500d723c34bbe4bcacd6d6fe51b0",
|
| 19 |
+
"json_size_bytes": 23252364,
|
| 20 |
+
"parquet_size_bytes": 997578,
|
| 21 |
+
"null_counts": {
|
| 22 |
+
"chemical": 0,
|
| 23 |
+
"plant_species": 0,
|
| 24 |
+
"application": 47324,
|
| 25 |
+
"dosage": 90340,
|
| 26 |
+
"pubmed_mentions_2026": 0,
|
| 27 |
+
"clinical_trials_count_2026": 0,
|
| 28 |
+
"chembl_bioactivity_count": 0,
|
| 29 |
+
"patent_count_since_2020": 0
|
| 30 |
+
},
|
| 31 |
+
"enrichment_statistics": {
|
| 32 |
+
"pubmed_mentions_2026": {
|
| 33 |
+
"min": -1,
|
| 34 |
+
"max": 3280238,
|
| 35 |
+
"mean": 63676.14,
|
| 36 |
+
"non_zero_count": 84493,
|
| 37 |
+
"non_zero_pct": 80.94
|
| 38 |
+
},
|
| 39 |
+
"clinical_trials_count_2026": {
|
| 40 |
+
"min": 0,
|
| 41 |
+
"max": 6181,
|
| 42 |
+
"mean": 104.92,
|
| 43 |
+
"non_zero_count": 35268,
|
| 44 |
+
"non_zero_pct": 33.79
|
| 45 |
+
},
|
| 46 |
+
"chembl_bioactivity_count": {
|
| 47 |
+
"min": 0,
|
| 48 |
+
"max": 7679,
|
| 49 |
+
"mean": 83.69,
|
| 50 |
+
"non_zero_count": 35185,
|
| 51 |
+
"non_zero_pct": 33.71
|
| 52 |
+
},
|
| 53 |
+
"patent_count_since_2020": {
|
| 54 |
+
"min": 0,
|
| 55 |
+
"max": 866143,
|
| 56 |
+
"mean": 846.41,
|
| 57 |
+
"non_zero_count": 48295,
|
| 58 |
+
"non_zero_pct": 46.26
|
| 59 |
+
}
|
| 60 |
+
}
|
| 61 |
+
}
|
README_delivery.txt
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
USDA Phytochemical & Ethnobotanical Database — Enriched v2.0
|
| 2 |
+
=============================================================
|
| 3 |
+
|
| 4 |
+
This archive contains the complete enriched dataset (104,388 records, 24,771
|
| 5 |
+
unique compounds, 2,315 plant species). Each record includes the original USDA
|
| 6 |
+
Dr. Duke's baseline fields (chemical, plant_species, application, dosage) plus
|
| 7 |
+
four quantitative enrichment layers: PubMed citation count (March 2026 snapshot),
|
| 8 |
+
ClinicalTrials.gov study count, ChEMBL bioactivity measurement count, and US
|
| 9 |
+
patent count since 2020 from USPTO PatentsView.
|
| 10 |
+
|
| 11 |
+
Files included:
|
| 12 |
+
- ethno_dataset_2026_v2.json Full dataset (compact JSON, ~23 MB)
|
| 13 |
+
- ethno_dataset_2026_v2.parquet Full dataset (Snappy Parquet, ~975 KB)
|
| 14 |
+
- MANIFEST_v2.json SHA-256 checksums, record count, field stats
|
| 15 |
+
- ethno_sample_400.json 400-row reference sample (same schema)
|
| 16 |
+
|
| 17 |
+
Data sources: USDA Dr. Duke's Phytochemical Database (public domain), NCBI PubMed
|
| 18 |
+
(E-utilities API), ClinicalTrials.gov (bulk XML), ChEMBL 35 (SQLite), USPTO
|
| 19 |
+
PatentsView (bulk TSV). All enrichment pipelines are deterministic, checkpoint-
|
| 20 |
+
resumable, and ran locally against downloaded bulk data — no rate-limited API
|
| 21 |
+
calls. Enrichment completed March 2026.
|
| 22 |
+
|
| 23 |
+
License: This dataset is licensed for internal use by the purchasing legal entity
|
| 24 |
+
as specified in the tier purchased (Single Entity / Team / Enterprise). Resale,
|
| 25 |
+
public redistribution, and derivative dataset publication are prohibited. See
|
| 26 |
+
your purchase confirmation email for full license terms. Contact founder@ethno-api.com
|
| 27 |
+
for licensing questions.
|
ethno_api_v2_SINGLE.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60db19f1cb031f6cb3dd59a25ee35ead5db14ce2fdc40c45f573f984af76405e
|
| 3 |
+
size 2287630
|
ethno_dataset_2026_v2.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c762a5b4769c78fc4ea63b4d6cf54d51109ac37bb0a01c4ce378668466f4878f
|
| 3 |
+
size 23252364
|
ethno_dataset_2026_v2.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38f8387612e5ee584d0d11b21c02c89a5850500d723c34bbe4bcacd6d6fe51b0
|
| 3 |
+
size 997578
|
ethno_sample_400.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|