Saving outputs in CSV file

You aren’t missing it, it’s just that you never specified the column names in your code. You should take a look at the documentation for CSV.File to understand how to read in the file so that you get 6 2 4 as the first values and not the column names.

Do ? CSV.File in the REPL.

4 Likes