Skip to content

Buggy creation of int DataFrame from data containing NAs #846

@wesm

Description

@wesm
In [5]: df = DataFrame([[np.nan, 1], [1, 0]], dtype=np.int64)

In [6]: df
Out[6]: 
                     0  1
0 -9223372036854775808  1
1                    1  0

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