Skip to content

parse with Missing #61

Open
Open
@bkamins

Description

@bkamins

I would like to put under consideration if we want to add methods to parse that accept Union{T, Missing} argument (or create a similar method). This would be something like tryparse but returning missing on failure.

I would think of something like:

  • parse(Union{Int, Missing}, "123") == 123;
  • parse(Union{Int, Missing}, "123a") == missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions