sample_analysis.jl 98 Bytes
using CSV
using DataFrames

data = CSV.read("sample.csv", DataFrame)
println(describe(data, :all))