You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String integers are read incorrectly in pandas.read_json
The issue is related to how pandas converts the values to integers. It's a known issue and is open.
Fis is to explicity set the dtype for the integer field. Exmaple code here.