CSV.read provide a valid sink error

The error message gives you the solution. You want

using CSV, DataFrames
df = CSV.read("C:\\Users\\adam\\data-example\\glass.csv", DataFrame)
1 Like