Skip to content

API: pandas.read_table should handle Inf the same way as inf #4219

Closed
@aebrahim

Description

@aebrahim

entries with "Inf" (beginning with upper case I) will assign that column a dtype of object while "inf" is parsed as infinity.

I believe that in R, the function write.table uses "Inf" (with the uppercase) which would make importing tables exported from R more difficult.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions