phbd-hhs commited on
Commit
35699fd
·
verified ·
1 Parent(s): 30d6ebc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pretty_name: Network PUF - PY2024
5
+ tags:
6
+ - hhs
7
+ - ciio
8
+ - network
9
+ - py2024
10
+ ---
11
+
12
+ # Network PUF - PY2024
13
+
14
+ ## Description
15
+
16
+ The Network PUF (Ntwrk-PUF) is one of the files that comprise the Health Insurance Exchange Public Use Files. The Ntwrk-PUF contains issuer-level data identifying provider network URLs.
17
+
18
+ ## Dataset Details
19
+
20
+ - **Publisher**: Center for Consumer Information and Insurance Oversight
21
+ - **Last Modified**: 2024-08-14
22
+ - **Contact**: Center for Consumer Information and Insurance Oversight ([email protected])
23
+
24
+ ## Source
25
+
26
+ Original data can be found at: https://healthdata.gov/d/gdw9-dep3
27
+
28
+ ## Usage
29
+
30
+ You can load this dataset using:
31
+
32
+ ```python
33
+ from datasets import load_dataset
34
+ dataset = load_dataset('HHS-Official/network-puf-py2024')
35
+ ```