kindlykiddo commited on
Commit
9b2a5ea
·
verified ·
1 Parent(s): d7e9c65

Publish KindlyKiddo recall dataset

Browse files

Add the current 200-record CSV/JSON exports, dataset card, data dictionary, citation metadata, and CC0 data notice.

CITATION.cff ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use this normalized dataset, please cite it using the metadata below."
3
+ title: "KindlyKiddo Kids' Product Recall Data"
4
+ type: dataset
5
+ authors:
6
+ - name: KindlyKiddo
7
+ repository-code: "https://github.com/kindlykiddo/kids-product-recalls"
8
+ url: "https://www.kindlykiddo.com/kids-product-recalls/"
9
+ license: CC0-1.0
10
+ keywords:
11
+ - product recalls
12
+ - child safety
13
+ - CPSC
14
+ - NHTSA
15
+ - FDA
16
+ - open data
LICENSE-DATA.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Data notice
2
+
3
+ The underlying CPSC, NHTSA, and FDA recall facts and official records are U.S. federal government works and are generally not subject to copyright in the United States under [17 U.S.C. §105](https://www.usa.gov/government-works).
4
+
5
+ To maximize reuse, KindlyKiddo waives rights it may hold in the normalization, categorization, and arrangement of the repository data under [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/), to the extent legally possible.
6
+
7
+ No warranty is provided. Agency records can be corrected, withdrawn, or delayed. Always consult the linked official notice before acting on recall information.
8
+
9
+ Attribution is appreciated but not required. A suggested citation is provided in `CITATION.cff` and the repository README.
README.md CHANGED
@@ -1,3 +1,80 @@
1
  ---
2
  license: cc0-1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc0-1.0
3
+ language:
4
+ - en
5
+ pretty_name: KindlyKiddo Kids' Product Recalls
6
+ tags:
7
+ - child-safety
8
+ - product-recalls
9
+ - open-data
10
+ - cpsc
11
+ - nhtsa
12
+ - fda
13
+ configs:
14
+ - config_name: default
15
+ data_files:
16
+ - split: train
17
+ path: kids-product-recalls.csv
18
  ---
19
+
20
+ # KindlyKiddo Kids’ Product Recall Data
21
+
22
+ Machine-readable CPSC, NHTSA, and FDA recall records for products made for or primarily used by children. The dataset is normalized by [KindlyKiddo](https://www.kindlykiddo.com/kids-product-recalls/) and refreshed weekly from official U.S. federal sources.
23
+
24
+ ## Files
25
+
26
+ - `kids-product-recalls.csv` — flat tabular dataset used by the Hugging Face viewer.
27
+ - `kids-product-recalls.json` — records plus refresh time, coverage, source, license, and repository metadata.
28
+ - `data-dictionary.csv` — field definitions.
29
+ - `CITATION.cff` — machine-readable citation metadata.
30
+ - `LICENSE-DATA.md` — public-domain and CC0 data notice.
31
+
32
+ The canonical source repository is [kindlykiddo/kids-product-recalls](https://github.com/kindlykiddo/kids-product-recalls). Live copies are available as [JSON](https://www.kindlykiddo.com/data/kids-product-recalls.json) and [CSV](https://www.kindlykiddo.com/data/kids-product-recalls.csv).
33
+
34
+ ## Fields
35
+
36
+ | Field | Meaning |
37
+ |---|---|
38
+ | `id` | Agency recall or campaign identifier |
39
+ | `agency` | `CPSC`, `NHTSA`, or `FDA` |
40
+ | `date` | Recall announcement date in `YYYY-MM-DD` format |
41
+ | `title` | Official or normalized recall title |
42
+ | `category` | KindlyKiddo child-product category |
43
+ | `hazard` | Concise hazard summary from the official record |
44
+ | `remedy` | Concise consumer remedy summary |
45
+ | `url` | Official federal recall or enforcement-record URL |
46
+
47
+ ## Sources and methodology
48
+
49
+ The KindlyKiddo pipeline checks:
50
+
51
+ - [Consumer Product Safety Commission recalls](https://www.cpsc.gov/Recalls)
52
+ - [National Highway Traffic Safety Administration recalls](https://www.nhtsa.gov/recalls)
53
+ - [Food and Drug Administration enforcement reports](https://www.accessdata.fda.gov/scripts/ires/)
54
+
55
+ Records are normalized, deduplicated, categorized, sorted newest first, and limited to products made for or primarily used by children. The live tracker covers a rolling 24-month window and links every row to its official federal record.
56
+
57
+ ## Intended uses
58
+
59
+ - Child-product safety research
60
+ - Recall trend analysis
61
+ - Consumer-safety applications
62
+ - Retrieval and citation experiments
63
+ - Public-interest data exploration
64
+
65
+ ## Limitations
66
+
67
+ - This is a reference index, not a certification, legal notice, or substitute for an official agency record.
68
+ - Automated child-relevance filtering can omit or misclassify edge cases.
69
+ - Agency feeds can be delayed, unavailable, corrected, or withdrawn.
70
+ - Always use the linked official notice for product identifiers, photos, remedy instructions, and current status.
71
+
72
+ ## Citation
73
+
74
+ Suggested attribution:
75
+
76
+ > KindlyKiddo. “Kids’ Product Recall Data.” Updated weekly from U.S. Consumer Product Safety Commission, National Highway Traffic Safety Administration, and U.S. Food and Drug Administration records. https://www.kindlykiddo.com/kids-product-recalls/
77
+
78
+ ## License
79
+
80
+ Official U.S. federal recall records are generally public-domain government works under [17 U.S.C. §105](https://www.usa.gov/government-works). KindlyKiddo releases its normalization, categorization, and arrangement under CC0 1.0 to the extent legally possible. See `LICENSE-DATA.md`.
data-dictionary.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ field,type,description
2
+ id,string,Agency recall or campaign identifier
3
+ agency,string,Source agency: CPSC NHTSA or FDA
4
+ date,date,Recall announcement date in YYYY-MM-DD format
5
+ title,string,Official or normalized recall title
6
+ category,string,KindlyKiddo child-product category
7
+ hazard,string,Concise hazard summary from the official record
8
+ remedy,string,Concise consumer remedy summary
9
+ url,url,Official federal recall or enforcement-record URL
kids-product-recalls.csv ADDED
The diff for this file is too large to render. See raw diff
 
kids-product-recalls.json ADDED
The diff for this file is too large to render. See raw diff