In Europe we have typically CSV-files which are separated by semicolons and we use a comma as a decimal separator. Therefore read_csv allows these parameters to read files using these conventions.
But of course it should also be possible to write CSV-files in exactly the same format. Therefore it would be very helpful to have these parameters in write_csv too (as does CSV.jl).
In Europe we have typically CSV-files which are separated by semicolons and we use a comma as a decimal separator. Therefore
read_csvallows these parameters to read files using these conventions.But of course it should also be possible to write CSV-files in exactly the same format. Therefore it would be very helpful to have these parameters in
write_csvtoo (as doesCSV.jl).