Skip to content

Consider promotion of integer -> double tokenizers #652

Description

@kevinushey

For certain numeric columns, it's possible that the first entries are representable as integer, with only the later entries being representable as double. In such a case, calls to read_csv() can fail as the inferred integer tokenizer will fail to tokenize those later entries.

Would it be possible for readr to instead just promote the tokenizer from integer to double on the fly in such a case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions