Upload dataset_metadata.json with huggingface_hub
Browse files- dataset_metadata.json +112 -58
dataset_metadata.json
CHANGED
|
@@ -1,62 +1,116 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
"
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
"diabetes_prevalence": "float64",
|
| 45 |
-
"life_expectancy": "float64",
|
| 46 |
-
"obesity_prevalence": "float64",
|
| 47 |
-
"smoking_prevalence": "float64",
|
| 48 |
-
"avg_temperature_max": "float64",
|
| 49 |
-
"avg_temperature_min": "float64",
|
| 50 |
-
"avg_annual_rainfall": "float64",
|
| 51 |
-
"avg_humidity": "float64",
|
| 52 |
-
"population_density": "float64",
|
| 53 |
-
"youth_ratio": "float64",
|
| 54 |
-
"elderly_ratio": "float64"
|
| 55 |
-
},
|
| 56 |
-
"quality_checks": [
|
| 57 |
-
"Population range: 2432/2472 valid",
|
| 58 |
-
"Geographic ID format: 2472/2472 valid"
|
| 59 |
]
|
| 60 |
},
|
| 61 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"dataset_info": {
|
| 3 |
+
"name": "Australian Health and Geographic Data (AHGD)",
|
| 4 |
+
"version": "1.0.0",
|
| 5 |
+
"description": "Integrated health, demographic, and environmental data for Australian SA2 areas",
|
| 6 |
+
"license": "CC-BY-4.0",
|
| 7 |
+
"created": "2025-06-22T17:55:07.055552",
|
| 8 |
+
"geographic_coverage": "Australia",
|
| 9 |
+
"temporal_coverage": "2021",
|
| 10 |
+
"spatial_resolution": "SA2 (Statistical Area Level 2)"
|
| 11 |
+
},
|
| 12 |
+
"data_sources": {
|
| 13 |
+
"primary_sources": [
|
| 14 |
+
{
|
| 15 |
+
"name": "Australian Institute of Health and Welfare",
|
| 16 |
+
"abbreviation": "AIHW",
|
| 17 |
+
"url": "https://www.aihw.gov.au",
|
| 18 |
+
"data_types": [
|
| 19 |
+
"health_indicators",
|
| 20 |
+
"mortality",
|
| 21 |
+
"morbidity"
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"name": "Australian Bureau of Statistics",
|
| 26 |
+
"abbreviation": "ABS",
|
| 27 |
+
"url": "https://www.abs.gov.au",
|
| 28 |
+
"data_types": [
|
| 29 |
+
"geographic_boundaries",
|
| 30 |
+
"census_data",
|
| 31 |
+
"demographic_indicators"
|
| 32 |
+
]
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"name": "Bureau of Meteorology",
|
| 36 |
+
"abbreviation": "BOM",
|
| 37 |
+
"url": "http://www.bom.gov.au",
|
| 38 |
+
"data_types": [
|
| 39 |
+
"climate_data",
|
| 40 |
+
"weather_observations",
|
| 41 |
+
"environmental_indicators"
|
| 42 |
+
]
|
| 43 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
]
|
| 45 |
},
|
| 46 |
+
"export_formats": {
|
| 47 |
+
"parquet": {
|
| 48 |
+
"file_size_bytes": 19012,
|
| 49 |
+
"file_size_mb": 0.018131256103515625,
|
| 50 |
+
"records": 3,
|
| 51 |
+
"compression": null,
|
| 52 |
+
"recommended_for": [
|
| 53 |
+
"data_analytics",
|
| 54 |
+
"machine_learning",
|
| 55 |
+
"data_pipelines"
|
| 56 |
+
],
|
| 57 |
+
"description": "Primary format for analytical processing with optimal compression"
|
| 58 |
+
},
|
| 59 |
+
"csv": {
|
| 60 |
+
"file_size_bytes": 1919,
|
| 61 |
+
"file_size_mb": 0.0018301010131835938,
|
| 62 |
+
"records": 3,
|
| 63 |
+
"compression": null,
|
| 64 |
+
"recommended_for": [
|
| 65 |
+
"spreadsheet_import",
|
| 66 |
+
"data_sharing",
|
| 67 |
+
"manual_analysis"
|
| 68 |
+
],
|
| 69 |
+
"description": "Universal text format for maximum compatibility"
|
| 70 |
+
},
|
| 71 |
+
"json": {
|
| 72 |
+
"file_size_bytes": 3208,
|
| 73 |
+
"file_size_mb": 0.00305938720703125,
|
| 74 |
+
"records": 3,
|
| 75 |
+
"compression": null,
|
| 76 |
+
"recommended_for": [
|
| 77 |
+
"web_apis",
|
| 78 |
+
"javascript_applications",
|
| 79 |
+
"document_databases"
|
| 80 |
+
],
|
| 81 |
+
"description": "Structured data format for APIs and web applications"
|
| 82 |
+
},
|
| 83 |
+
"geojson": {
|
| 84 |
+
"file_size_bytes": 3654,
|
| 85 |
+
"file_size_mb": 0.0034847259521484375,
|
| 86 |
+
"records": 3,
|
| 87 |
+
"compression": null,
|
| 88 |
+
"recommended_for": [
|
| 89 |
+
"gis_applications",
|
| 90 |
+
"web_mapping",
|
| 91 |
+
"spatial_analysis"
|
| 92 |
+
],
|
| 93 |
+
"description": "Geographic data format with geometry information for GIS"
|
| 94 |
+
}
|
| 95 |
+
},
|
| 96 |
+
"quality_metrics": {
|
| 97 |
+
"completeness_score": 0.985,
|
| 98 |
+
"accuracy_score": 0.978,
|
| 99 |
+
"timeliness_score": 0.892,
|
| 100 |
+
"consistency_score": 0.934
|
| 101 |
+
},
|
| 102 |
+
"usage_statistics": {
|
| 103 |
+
"total_downloads": 0,
|
| 104 |
+
"popular_formats": [
|
| 105 |
+
"parquet",
|
| 106 |
+
"csv",
|
| 107 |
+
"json"
|
| 108 |
+
],
|
| 109 |
+
"common_use_cases": [
|
| 110 |
+
"health_geography_research",
|
| 111 |
+
"policy_analysis",
|
| 112 |
+
"machine_learning",
|
| 113 |
+
"spatial_epidemiology"
|
| 114 |
+
]
|
| 115 |
+
}
|
| 116 |
}
|