Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
phbd-hhs commited on
Commit
86bb761
·
verified ·
1 Parent(s): c40f3e1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pretty_name: ACF Data Catalog [Raw]
5
+ tags:
6
+ - hhs
7
+ - acf
8
+ ---
9
+
10
+ # ACF Data Catalog [Raw]
11
+
12
+ ## Description
13
+
14
+ This is the backing dataset for the ACF Data Catalog. Please navigate to the catalog for more information on available data here: https://healthdata.gov/stories/s/d6w8-536c
15
+
16
+ ## Dataset Details
17
+
18
+ - **Publisher**: Administration for Children and Families
19
+ - **Last Modified**: 2024-09-24
20
+ - **Contact**: Healthdata.gov Team (healthdata@hhs.gov)
21
+
22
+ ## Source
23
+
24
+ Original data can be found at: https://healthdata.gov/d/bi9e-ppyx
25
+
26
+ ## Usage
27
+
28
+ You can load this dataset using:
29
+
30
+ ```python
31
+ from datasets import load_dataset
32
+ dataset = load_dataset('HHS-Official/acf-data-catalog-raw')
33
+ ```