massomo commited on
Commit
f223fb4
·
1 Parent(s): d6d64e1

docs: Add YAML metadata to dataset card

Browse files

- Add proper Hugging Face dataset metadata
- Include task categories, tags, and schema information
- Improve discoverability and documentation standards

Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -1,7 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Australian Healthcare Geographic Database (AHGD)
2
 
3
  [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
4
- [![Dataset Size](https://img.shields.io/badge/Dataset-2,472%20records-blue.svg)](https://huggingface.co/datasets/ahgd)
5
 
6
  ## Overview
7
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ - tabular-regression
6
+ language:
7
+ - en
8
+ tags:
9
+ - healthcare
10
+ - demographics
11
+ - geography
12
+ - australia
13
+ - census
14
+ - health-data
15
+ - socioeconomic
16
+ - geospatial
17
+ size_categories:
18
+ - 1K<n<10K
19
+ dataset_info:
20
+ features:
21
+ - name: sa2_code_2021
22
+ dtype: string
23
+ - name: sa2_name_2021
24
+ dtype: string
25
+ - name: total_population_2021
26
+ dtype: int64
27
+ - name: median_age_2021
28
+ dtype: float64
29
+ config_name: default
30
+ data_files:
31
+ - split: train
32
+ path: "ahgd_master_dataset_real.parquet"
33
+ download_size: 133642
34
+ dataset_size: 2472
35
+ ---
36
+
37
  # Australian Healthcare Geographic Database (AHGD)
38
 
39
  [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
40
+ [![Dataset Size](https://img.shields.io/badge/Dataset-2,472%20records-blue.svg)](https://huggingface.co/datasets/massomo/ahgd)
41
 
42
  ## Overview
43