Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -149,3 +149,38 @@ Creative Commons Attribution 4.0 International (CC BY 4.0)
|
|
149 |
### Contributions
|
150 |
|
151 |
Thanks to the Australian Institute of Health and Welfare, Australian Bureau of Statistics, and Bureau of Meteorology for providing the underlying data sources.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
### Contributions
|
150 |
|
151 |
Thanks to the Australian Institute of Health and Welfare, Australian Bureau of Statistics, and Bureau of Meteorology for providing the underlying data sources.
|
152 |
+
|
153 |
+
|
154 |
+
## Dataset Deployment Information
|
155 |
+
|
156 |
+
- **Deployed**: 2025-06-24 13:16:49 UTC
|
157 |
+
- **Version**: 1.0.0
|
158 |
+
- **Repository**: massomo/ahgd
|
159 |
+
- **Formats Available**: Parquet, CSV, JSON, GeoJSON
|
160 |
+
- **Size**: ~27KB total
|
161 |
+
- **Records**: 3 SA2 areas (demonstration dataset)
|
162 |
+
|
163 |
+
## Usage Analytics
|
164 |
+
|
165 |
+
This dataset includes built-in usage tracking to help improve data quality and understand usage patterns. No personal information is collected.
|
166 |
+
|
167 |
+
## Quick Start
|
168 |
+
|
169 |
+
```python
|
170 |
+
from datasets import load_dataset
|
171 |
+
|
172 |
+
# Load the dataset
|
173 |
+
dataset = load_dataset("massomo/ahgd")
|
174 |
+
|
175 |
+
# Access different formats
|
176 |
+
parquet_data = dataset['train'].to_pandas()
|
177 |
+
```
|
178 |
+
|
179 |
+
## Monitoring and Support
|
180 |
+
|
181 |
+
For issues, feedback, or feature requests:
|
182 |
+
- Create an issue on the repository
|
183 |
+
- Contact the maintainers through Hugging Face
|
184 |
+
- Check the usage documentation for common questions
|
185 |
+
|
186 |
+
Last updated: 2025-06-24
|