You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when I run the program:
ERROR: LoadError: UndefVarError: DataArrays not defined Stacktrace: [1] clean_order(::Array{Union{Missings.Missing, String},1}) at /Users/escism/Desktop/DFS/Baseball/data_cleaning.jl:10 [2] read_player_data(::String, ::String) at /Users/escism/Desktop/DFS/Baseball/data_cleaning.jl:61 [3] create_lineups(::Int64, ::Int64, ::Int64, ::#baseball_formulation, ::String, ::String, ::String) at /Users/escism/Desktop/DFS/Baseball/data_cleaning.jl:196 [4] include_from_node1(::String) at ./loading.jl:576 [5] include(::String) at ./sysimg.jl:14 while loading /Users/escism/Desktop/DFS/Baseball/optimize_multiple_lineups_baseball.jl, in expression starting on line 44
Any insight in how to fix and edit that issue?
The text was updated successfully, but these errors were encountered:
I'm getting the following error when I run the program:
ERROR: LoadError: UndefVarError: DataArrays not defined Stacktrace: [1] clean_order(::Array{Union{Missings.Missing, String},1}) at /Users/escism/Desktop/DFS/Baseball/data_cleaning.jl:10 [2] read_player_data(::String, ::String) at /Users/escism/Desktop/DFS/Baseball/data_cleaning.jl:61 [3] create_lineups(::Int64, ::Int64, ::Int64, ::#baseball_formulation, ::String, ::String, ::String) at /Users/escism/Desktop/DFS/Baseball/data_cleaning.jl:196 [4] include_from_node1(::String) at ./loading.jl:576 [5] include(::String) at ./sysimg.jl:14 while loading /Users/escism/Desktop/DFS/Baseball/optimize_multiple_lineups_baseball.jl, in expression starting on line 44
Any insight in how to fix and edit that issue?
The text was updated successfully, but these errors were encountered: