hello guys,
I am writing using Pkg but it gets a red underline
What should I install or do to fix this error
hello guys,
I am writing using Pkg but it gets a red underline
What should I install or do to fix this error
Did you save your file as .jl
?
Thanks alot
Usually you add
your packages in the REPL:
julia> using Pkg
julia> Pkg.add("CSV")
And then, in your file where you want to read the data, you write:
using CSV
CSV.read("etc.csv")
Please check:
https://docs.julialang.org/en/v1/stdlib/Pkg/index.html
You can also add packages in different environments, but that’s another story.
Can you please send me a good link for how to get starting with reading and procession data in excel files with julia
I need to get information out of the data here