-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
BUG: read_json converts Numeric Strings to Numbers #42471
Labels
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
IO JSON
read_json, to_json, json_normalize
Comments
unsure if related, these issues are specifically dealing with numbers that have |
jankaWIS
added a commit
to jankaWIS/lab.js
that referenced
this issue
Sep 22, 2022
Add `dtype={'sender_id': object}` to `data` extraction using `pd.read_json` to account for the following bug: pandas-dev/pandas#41408, pandas-dev/pandas#17869, pandas-dev/pandas#42471
robertwb
added a commit
to robertwb/incubator-beam
that referenced
this issue
Aug 23, 2024
This avoids surprises like pandas-dev/pandas#42471
3 tasks
reeba212
pushed a commit
to reeba212/beam
that referenced
this issue
Dec 4, 2024
This avoids surprises like pandas-dev/pandas#42471
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
IO JSON
read_json, to_json, json_normalize
These are well defined by JSON to be alphanumeric strings and not integers, so its a bit unfortunate that these get cast.
Expected Output:
The text was updated successfully, but these errors were encountered: