Not yet working for me, I guess because the type of the vector is
Vector{Union{Missing, Int64}}
EDIT:
This code works:
a = collect(skipmissing((ds.NodeID)))
Plots.histogram(a)
Not yet working for me, I guess because the type of the vector is
Vector{Union{Missing, Int64}}
EDIT:
This code works:
a = collect(skipmissing((ds.NodeID)))
Plots.histogram(a)