We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c47431 commit e84617cCopy full SHA for e84617c
1 file changed
src/ModelSelection/core/csv.jl
@@ -112,6 +112,7 @@ function export_csv(
112
rows = vcat(permutedims(header), data)
113
if filename !== nothing
114
file = open(filename, "w")
115
+ replace!(rows, NaN => "")
116
writedlm(file, rows, ',')
117
close(file)
118
end
0 commit comments