diff --git a/data.tscsv b/data.tscsv new file mode 100644 index 0000000..dbef681 --- /dev/null +++ b/data.tscsv @@ -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 \ No newline at end of file