Clinton Tepper
Clinton Tepper
> > > Still, the issue is what happens when the variable is `Vector{Union{ > ```julia > using DataFrames > df = DataFrame(y = [missing, 1, 2]) > idx =...
Also for good measure, here are the results after following the debugging instructions: ```Julia Revise.LogRecord(Debug, DeleteMethod, Action, Revise_4ac0f476, "C:\Users\Clinton\.julia\packages\Revise\agmgx\src\Revise.jl", 226, (time=1.564013467903e9, deltainfo=(Tuple{typeof(mwe.func)}, MethodSummary(:func, :mwe, Symbol("C:\\Users\\Clinton\\Dropbox\\Projects\\mwe\\src\\mwe.jl"), 4, Tuple{typeof(mwe.func)})))) Revise.LogRecord(Debug, Eval, Action,...
I use Juno mostly now too, but I love the code outline features of VSCode, so I periodically try to get it going. I tried it the way you ran...
Got it, makes sense- thanks.