is this why I get this on latest julia studio on mac with recently updated packages:
julia> using DataFrames
julia> using RDatasets
julia> iris = data("datasets", "iris")
data not defined
??
is this why I get this on latest julia studio on mac with recently updated packages:
julia> using DataFrames
julia> using RDatasets
julia> iris = data("datasets", "iris")
data not defined
??