Skip to content

BUG/DOC: DataFrame.values return type when uint64 is mixed with signed int types #10364

Closed
@kawochen

Description

@kawochen

DataFrame.values' doc mentions type promotion but leaves out that when uint64 is mixed with signed int types, the return type is int64, which can be surprising. Perhaps consider returning dtype(object) in internals._interleaved_dtype when uint64 and signed ints are present?

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