mindweave commited on
Commit
aafb00d
·
verified ·
1 Parent(s): f32230e

Upload folder using huggingface_hub

Browse files
._README.md ADDED
Binary file (4.1 kB). View file
 
._data ADDED
Binary file (4.1 kB). View file
 
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ - tabular-regression
6
+ language:
7
+ - en
8
+ tags:
9
+ - industrial-iot
10
+ - edge-analytics
11
+ - predictive-maintenance
12
+ - test-data
13
+ - iot
14
+ - synthetic-data
15
+ - sensor-data
16
+ - smart-factory
17
+ - machine-monitoring
18
+ - anomaly-detection
19
+ - manufacturing
20
+ - telemetry
21
+ - mindweave
22
+ - industry-4-0
23
+ - time-series
24
+ pretty_name: IoT Sensor Telemetry (Synthetic)
25
+ size_categories:
26
+ - 10K<n<100K
27
+ configs:
28
+ - config_name: anomaly_events
29
+ data_files: data/anomaly_events.csv
30
+ default: true
31
+ - config_name: sensors
32
+ data_files: data/sensors.csv
33
+ - config_name: telemetry_readings
34
+ data_files: data/telemetry_readings.csv
35
+ ---
36
+
37
+ # IoT Sensor Telemetry (Synthetic)
38
+
39
+ High-frequency telemetry from a simulated smart factory operating three
40
+ CNC lines, a finishing cell, and a predictive-maintenance program over
41
+ six months. Covers temperature, humidity, pressure, and vibration sensors
42
+ sampled on a rolling 5-minute schedule with realistic shift patterns,
43
+ machine assignments, maintenance alerts, and operational state changes.
44
+
45
+ Includes two injected anomalies: a progressive calibration drift on sensor
46
+ 3 during month 4 and a sudden spike pattern on sensor 1 that signals an
47
+ equipment failure event. Useful for time-series analytics, anomaly
48
+ detection, edge telemetry pipelines, and Industry 4.0 monitoring demos.
49
+
50
+
51
+ ## Tables
52
+
53
+ | Table | Rows |
54
+ |-------|------|
55
+ | anomaly_events | 2 |
56
+ | sensors | 4 |
57
+ | telemetry_readings | 50,000 |
58
+ | **Total** | **50,006** |
59
+
60
+ ## Formats
61
+
62
+ - CSV (in `data/` directory)
63
+ - Parquet (available in full version)
64
+ - SQLite (available in full version)
65
+
66
+ ## About
67
+
68
+ Generated by [Mindweave Technologies](https://mindweave.tech) — realistic synthetic datasets for developers, QA teams, and data engineers.
69
+
70
+ Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
data/._anomaly_events.csv ADDED
Binary file (4.1 kB). View file
 
data/._sensors.csv ADDED
Binary file (4.1 kB). View file
 
data/._telemetry_readings.csv ADDED
Binary file (4.1 kB). View file
 
data/anomaly_events.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ event_id,sensor_id,event_type,start_time,end_time,description
2
+ 1,3,sensor_drift,2024-04-01 00:00:00,2024-04-30 00:00:00,Sensor 3 drifted upward throughout month 4 after missed calibration
3
+ 2,1,failure_spike,2024-05-21 03:00:00,2024-05-23 18:00:00,Sensor 1 vibration spiked during spindle bearing failure
data/sensors.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ id,name,metric_type,unit,machine_id,line_id,install_date
2
+ 1,SEN-001,vibration,mm_s,CNC-04,machining-a,2023-09-12
3
+ 2,SEN-002,temperature,celsius,FURN-02,heat-treat,2023-10-03
4
+ 3,SEN-003,pressure,bar,HYD-07,press-line,2023-08-19
5
+ 4,SEN-004,humidity,percent,PAINT-01,finishing,2023-11-01
data/telemetry_readings.csv ADDED
The diff for this file is too large to render. See raw diff