-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
BugIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelNeeds InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issue
Description
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
import pandas as pd
df = ....
df.to_dict()Issue Description
to dict manipulate float values which could not be restored
Expected Behavior
lossless deserialization
Installed Versions
2.1.4
Metadata
Metadata
Assignees
Labels
BugIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelNeeds InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issue