CSV.jl icon indicating copy to clipboard operation
CSV.jl copied to clipboard

CSV.write somehow cannot write file with name `con.csv` in Windows?!

Open mzy2240 opened this issue 2 years ago • 5 comments

MWE:

using DataFrames, CSV

df = DataFrame(:a => [1,2])
CSV.write("C:/Users/zmao/Desktop/test/con.csv", df)

Julia version: 1.9.2 Windows version: Windows 10 Enterprise 22H2

mzy2240 avatar Aug 22 '23 22:08 mzy2240