BUG: Creation of UInt64 column with 18446744073709551615
throws RuntimeWarning
#60050
Labels
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
ExtensionArray
Extending pandas with custom dtypes or arrays.
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
Creating a nullable uint64 column throws errors
Expected Behavior
I would expect this to work without throwing an error, I don't get why the data is interpreted as a float64 when
uint64
is explicitly set as the dtype on the masked arrayInstalled Versions
The text was updated successfully, but these errors were encountered: