Skip to content

countmap should accept any iterator #581

@pdeffebach

Description

@pdeffebach
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}})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions