diff --git a/pandas/io/json/json.py b/pandas/io/json/json.py index 203b1d6..c4c19de 100644 --- a/pandas/io/json/json.py +++ b/pandas/io/json/json.py @@ -653,7 +653,7 @@ class Parser(object): if (new_data == data).all(): data = new_data result = True - except (TypeError, ValueError): + except (TypeError, ValueError, OverflowError): pass # coerce ints to 64