Bug Needs TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team member Apache Arrow v19.0 introduced the pa.json_ extension type (doc).
Using the DataFrame.to_json() method to serialize a DataFrame can result in lost data when serializing floats, such that the data cannot be recovered when reloading the json file, even when using the ...