Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REGR: to_json converting nullable ints to floats #57232

Merged
merged 2 commits into from
Feb 4, 2024

Conversation

phofl
Copy link
Member

@phofl phofl commented Feb 3, 2024

@phofl phofl added Regression Functionality that used to work in a prior pandas version IO JSON read_json, to_json, json_normalize labels Feb 3, 2024
@phofl phofl added this to the 2.2.1 milestone Feb 3, 2024
@mroeschke mroeschke merged commit ce50a85 into pandas-dev:main Feb 4, 2024
51 checks passed
@mroeschke
Copy link
Member

Thanks @phofl

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Feb 4, 2024
@phofl phofl deleted the 57224 branch February 4, 2024 01:34
mroeschke pushed a commit that referenced this pull request Feb 4, 2024
… ints to floats) (#57240)

Backport PR #57232: REGR: to_json converting nullable ints to floats

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
* REGR: to_json converting nullable ints to floats

* Add skip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO JSON read_json, to_json, json_normalize Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: DataFrame#to_json in pandas 2.2.0 outputs Int64 values containing NA as floats
2 participants