Delete!() row from DataFrame incompatible with CSV.jl?

Please do not use CSV.read as it will be soon deprecated. Instead use DataFrame(CSV.File(filename, ...)) and all will work as expected.

This is problem is with CSV.jl and is not related with DataFrames.jl.

1 Like