Initial commit

This commit is contained in:
2024-01-10 22:05:50 +01:00
commit 98d5ea7fac
19 changed files with 966 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
df <- read.csv('cleaned.csv')
start_milage = min(df$Km_End)
df$diff <- c(0, diff(df$Km_End))