You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This still happens on main and indeed seems to be an issue with the series constructor (the data sanitation in particular) and not with the numpy masked array constructor. I'll take a closer look.
This is a duplicate of #56566. And the issue seems to go further than that. When fixing your issue here in the array sanitising, Series.to_numpy() of the non-mangled ints fails similarly as the construction of the series prior to the fix. There might be more issues with such large ints and masked arrays in Series/DataFrames beyond that.
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
The text was updated successfully, but these errors were encountered: