添加 data.ts.csv

This commit is contained in:
2026-04-10 03:44:31 +00:00
parent d899fe8923
commit 0c59a1c8fe

9
data.ts.csv Normal file
View File

@@ -0,0 +1,9 @@
timestamp,temperature,humidity,status
2023-10-01 08:00:00,22.5,45,normal
2023-10-01 09:00:00,23.1,44,normal
2023-10-01 10:00:00,24.8,42,warning
2023-10-01 11:00:00,25.2,40,normal
2023-10-01 12:00:00,26.7,38,normal
2023-10-01 13:00:00,27.5,35,normal
2023-10-01 14:00:00,28.2,33,alert
2023-10-01 15:00:00,27.9,34,normal
1 timestamp temperature humidity status
2 2023-10-01 08:00:00 22.5 45 normal
3 2023-10-01 09:00:00 23.1 44 normal
4 2023-10-01 10:00:00 24.8 42 warning
5 2023-10-01 11:00:00 25.2 40 normal
6 2023-10-01 12:00:00 26.7 38 normal
7 2023-10-01 13:00:00 27.5 35 normal
8 2023-10-01 14:00:00 28.2 33 alert
9 2023-10-01 15:00:00 27.9 34 normal