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
We are converting to float under the hood, which is considered a bug. This causes the loss in precision. There is an open issue about this somewhere on the tracker
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 dataframe value is
1234567890123456768
while the original value is1234567890123456789
The text was updated successfully, but these errors were encountered: