Skip to content
Snippets Groups Projects
Commit 3fcc75f0 authored by Ruben Haag's avatar Ruben Haag
Browse files

Added saving to csv

parent 7ecf0d48
Branches
Tags
No related merge requests found
...@@ -53,4 +53,7 @@ for name in model_filenames[2:end] ...@@ -53,4 +53,7 @@ for name in model_filenames[2:end]
end end
data = DataFrame(data) data = DataFrame(data)
append!(df, data) append!(df, data)
end end
\ No newline at end of file
println("Saving Combined Dataframe to $output_file")
CSV.write(output_file, df)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment