November 2018
Intermediate to advanced
460 pages
14h 1m
English
Make sure you have the iris.csv file in your working directory, which was downloaded in the Reading CSV data from the internet recipe. Open the Julia command line and install the DataFrames.jl and CSV.jl packages if required, using the following commands:
julia> using Pkgjulia> Pkg.add("DataFrames")julia> Pkg.add("CSV")
Now, continue to execute the commands in the Julia command line.
The citation is as follows:
Read now
Unlock full access