Very simple statistic needed

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)
2 Likes