initial commit. includes sample data

works but unpretty
This commit is contained in:
Thaddeus Hughes
2025-09-17 22:24:56 -05:00
commit 9fe87ea605
4 changed files with 143 additions and 0 deletions

4
LogAB(20).joined.csv Normal file
View File

@@ -0,0 +1,4 @@
gross_weight,gross_time,tare_weight,tare_time,net
0,06:12 PM 09/17/25,3780,06:13 PM 09/17/25,-3780
3780,10:18 PM 09/17/25,3640,10:19 PM 09/17/25,140
1640,10:19 PM 09/17/25,0,10:20 PM 09/17/25,1640
1 gross_weight gross_time tare_weight tare_time net
2 0 06:12 PM 09/17/25 3780 06:13 PM 09/17/25 -3780
3 3780 10:18 PM 09/17/25 3640 10:19 PM 09/17/25 140
4 1640 10:19 PM 09/17/25 0 10:20 PM 09/17/25 1640