Skip to content

Commit aa54d2c

Browse files
committed
📝 Add tdda detect_df
1 parent 28aea36 commit aa54d2c

File tree

2 files changed

+755
-209
lines changed

2 files changed

+755
-209
lines changed

docs/clean-prep/iot_example.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"creation_metadata": {
3+
"local_time": "2025-12-15 19:19:41",
4+
"utc_time": "2025-12-15 18:18:41",
5+
"creator": "TDDA 2.0.09",
6+
"host": "fay.local",
7+
"user": "veit",
8+
"n_records": 146397,
9+
"n_selected": 146397
10+
},
11+
"fields": {
12+
"timestamp": {
13+
"type": "string",
14+
"min_length": 19,
15+
"max_length": 19,
16+
"max_nulls": 0,
17+
"no_duplicates": true
18+
},
19+
"username": {
20+
"type": "string",
21+
"min_length": 3,
22+
"max_length": 21,
23+
"max_nulls": 0
24+
},
25+
"temperature": {
26+
"type": "int",
27+
"min": 5,
28+
"max": 29,
29+
"sign": "positive",
30+
"max_nulls": 0
31+
},
32+
"heartrate": {
33+
"type": "int",
34+
"min": 60,
35+
"max": 89,
36+
"sign": "positive",
37+
"max_nulls": 0
38+
},
39+
"build": {
40+
"type": "string",
41+
"min_length": 36,
42+
"max_length": 36,
43+
"max_nulls": 0,
44+
"no_duplicates": true
45+
},
46+
"latest": {
47+
"type": "int",
48+
"min": 0,
49+
"max": 1,
50+
"sign": "non-negative",
51+
"max_nulls": 0
52+
},
53+
"note": {
54+
"type": "string",
55+
"min_length": 4,
56+
"max_length": 8,
57+
"allowed_values": [
58+
"interval",
59+
"sleep",
60+
"test",
61+
"update",
62+
"user",
63+
"wake"
64+
]
65+
}
66+
}
67+
}

0 commit comments

Comments
 (0)