toolathon123 commited on
Commit
2421663
·
verified ·
1 Parent(s): c2bba16

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -27
README.md CHANGED
@@ -1,29 +1,27 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: device_id
5
- dtype: string
6
- - name: site
7
- dtype: string
8
- - name: timestamp
9
- dtype: string
10
- - name: temperature
11
- dtype: float64
12
- - name: vibration
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).