MWE: ```julia julia> CSV.write("test.csv", DataFrame(;a=[missing,1], c=[2,missing]); missingsstring="NA") shell> cat test.csv a,c ,2 1, ```