Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
df <- read.csv('cleaned.csv')
|
||||
start_milage = min(df$Km_End)
|
||||
df$diff <- c(0, diff(df$Km_End))
|
||||
|
||||
Reference in New Issue
Block a user