``` julia> x = [1, 2, 3] 3-element Array{Int64,1}: 1 2 3 julia> countmap(skipmissing(x)) ERROR: MethodError: no method matching countmap(::Base.SkipMissing{Array{Int64,1}}) ```