Skip to content

BUG: Integer values at the top end of the supported range incorrectly… #59310

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

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

cmjcharlton
Copy link
Contributor

… interpreted as missing for format versions 111 and prior

There are several ways that this could be solved. As Pandas doesn't support writing data in the applicable format versions I have taken the minimal approach here of expanding the integer limits to their documented maximums for these older versions, and recoding the old missing value for (.) to its current equivalent.

@cmjcharlton cmjcharlton marked this pull request as ready for review July 25, 2024 13:48
@mroeschke mroeschke added the IO Stata read_stata, to_stata label Jul 25, 2024
@mroeschke mroeschke added this to the 3.0 milestone Jul 25, 2024
@mroeschke mroeschke merged commit d6c9941 into pandas-dev:main Jul 25, 2024
49 checks passed
@mroeschke
Copy link
Member

Thanks @cmjcharlton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Stata read_stata, to_stata
Projects
None yet
2 participants