Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,29 +1,27 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
-
|
| 5 |
-
|
| 6 |
-
-
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
-
|
| 13 |
-
dtype: float64
|
| 14 |
-
- name: pressure
|
| 15 |
-
dtype: float64
|
| 16 |
-
- name: status
|
| 17 |
-
dtype: string
|
| 18 |
-
splits:
|
| 19 |
-
- name: train
|
| 20 |
-
num_bytes: 291253
|
| 21 |
-
num_examples: 3585
|
| 22 |
-
download_size: 101815
|
| 23 |
-
dataset_size: 291253
|
| 24 |
-
configs:
|
| 25 |
-
- config_name: default
|
| 26 |
-
data_files:
|
| 27 |
-
- split: train
|
| 28 |
-
path: data/train-*
|
| 29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- other
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- manufacturing
|
| 9 |
+
- sensors
|
| 10 |
+
- oceania
|
| 11 |
+
- australia
|
| 12 |
+
- daily
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
+
# au-sensor-daily
|
| 15 |
+
|
| 16 |
+
Daily equipment sensor readings for Australian manufacturing sites.
|
| 17 |
+
|
| 18 |
+
## Schema
|
| 19 |
+
- device_id: device identifier (e.g. AU-SYD-001)
|
| 20 |
+
- site: site name (Sydney, Melbourne, Brisbane, Perth, Adelaide)
|
| 21 |
+
- timestamp: local reporting time (naive local time, AEST = UTC+10)
|
| 22 |
+
- temperature: degrees Celsius
|
| 23 |
+
- vibration: mm/s
|
| 24 |
+
- pressure: kPa
|
| 25 |
+
- status: OK / WARNING / ALERT / MAINTENANCE
|
| 26 |
+
|
| 27 |
+
Timestamps are recorded in Australian Eastern Standard Time (UTC+10).
|