The error message gives you the solution. You want
using CSV, DataFrames
df = CSV.read("C:\\Users\\adam\\data-example\\glass.csv", DataFrame)
The error message gives you the solution. You want
using CSV, DataFrames
df = CSV.read("C:\\Users\\adam\\data-example\\glass.csv", DataFrame)