Text processing/1: Difference between revisions

m
Line 2,156:
 
datafilename = "data.txt" # this is taken from the example listed on the task, since the actual text file is not available
df, meandmean = mungdata(datafilename)
println(df)
println("The overall mean is $meandmean")
maxbadline = indmax(df[:MaximumGap])
maxbadval = df[:MaximumGap][maxbadline]
4,106

edits