new .jl file

This commit is contained in:
Kyle Belanger 2024-07-31 08:40:35 -04:00
parent fd76a1b080
commit 74fb952880

12
LearnJulia/src/JFDA.jl Normal file
View file

@ -0,0 +1,12 @@
#Chapter 8
using CSV
using DataFrames
using Plots
puzzles = CSV.read("puzzles.csv", DataFrame);
show(describe(puzzles))# use to show summary stats
# 8.3.4 Quick Histogram